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 ef92d95 commit 7a7e391
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,6 @@ jobs:
- 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
Expand Down

0 comments on commit 7a7e391

Please sign in to comment.