Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Wolf <wolfynft@gmail.com>
  • Loading branch information
wolfy-nft committed Dec 2, 2024
1 parent 4fe96a3 commit ef92d95
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,32 @@ jobs:
curl -Os https://uploader.codecov.io/latest/linux/codecov; \
chmod +x codecov; \
./codecov;
slither:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: workspace
- name: Configure git safe directory
run: git config --global --add safe.directory /github/workspace
- name: Debug ownership
run: |
ls -l /github
ls -l /github/workspace
whoami
id
- name: Fix workspace ownership
run: sudo chown -R $(id -u):$(id -g) /github/workspace
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install dependencies
run: |
cd workspace
forge install
- uses: crytic/slither-action@35510b34cfdfb137d9816d27378ee8c217f1fa1c
with:
fail-on: low
slither-version: d8e526e53ff690bd24c260042117efab5ce9c271
slither-args: "--exclude-dependencies"
slither:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: workspace
- name: Configure git safe directory
run: git config --global --add safe.directory /github/workspace
- name: Debug ownership
run: |
ls -l /github
ls -l /github/workspace
whoami
id
- name: Fix workspace ownership
run: sudo chown -R $(id -u):$(id -g) /github/workspace
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install dependencies
run: |
cd workspace
forge install
- uses: crytic/slither-action@35510b34cfdfb137d9816d27378ee8c217f1fa1c
with:
fail-on: low
slither-version: d8e526e53ff690bd24c260042117efab5ce9c271
slither-args: "--exclude-dependencies"

0 comments on commit ef92d95

Please sign in to comment.