Skip to content

Commit

Permalink
frax handler
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Jan 31, 2024
1 parent 2b9c9df commit 421e5c7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,27 @@ jobs:
- name: 'Check out the repo'
uses: 'actions/checkout@v3'

- name: 'Restore the cached build'
uses: 'actions/cache/restore@v3'
with:
fail-on-cache-miss: true
key: 'build-${{ github.sha }}'
path: |
cache-forge
out
cache-hh
artifacts
typechain
node_modules
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Compile foundry
run: forge clean && forge build --build-info --force

- name: 'Run Slither analysis'
uses: 'crytic/[email protected]'
id: 'slither'
Expand Down

0 comments on commit 421e5c7

Please sign in to comment.