Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eyqs committed Sep 13, 2024
1 parent 2afbb3d commit 40f8c09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ jobs:
forge build --sizes
id: build

- name: Run Forge tests
- name: Run Forge format
run: |
forge test -vvv
id: test
forge fmt
id: format

# - name: Run Forge tests
# run: |
# forge test -vvv
# id: test
1 change: 1 addition & 0 deletions foundry-template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ out/
# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/*/18230/
/broadcast/**/dry-run/

# Docs
Expand Down
1 change: 1 addition & 0 deletions nest/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ out/
# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/*/18230/
/broadcast/**/dry-run/

# Docs
Expand Down

0 comments on commit 40f8c09

Please sign in to comment.