Skip to content

Commit

Permalink
(workflow): add forge fmt --check as formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Nov 28, 2023
1 parent 15fbe06 commit b1ec716
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
version: nightly

- name: Check Code Formatting
run: |
forge fmt --check
id: formatting

- name: Run Forge build
run: |
forge --version
Expand Down

0 comments on commit b1ec716

Please sign in to comment.