-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,8 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: extractions/setup-just@v2 | ||
- name: Install diffutils | ||
run: sudo apt-get install diffutils | ||
|
||
- name: Install Foundry | ||
uses: foundry-rs/foundry-toolchain@v1 | ||
|
@@ -79,16 +80,18 @@ jobs: | |
```diff | ||
$(git diff foundry.toml) | ||
``` | ||
- name: Install diffutils | ||
run: sudo apt-get install diffutils | ||
|
||
- name: Run Forge build | ||
run: just build | ||
id: build | ||
- name: Run Tests | ||
id: test | ||
run: just test | ||
# TODO: | ||
# fix Justfile | ||
# | ||
# - uses: extractions/setup-just@v2 | ||
# - name: Run Forge build | ||
# run: just build | ||
# id: build | ||
|
||
# - name: Run Tests | ||
# id: test | ||
# run: just test | ||
|
||
- name: Run Slither | ||
uses: crytic/[email protected] | ||
|