We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c5d27 commit 9fd975aCopy full SHA for 9fd975a
.github/workflows/checks.yml
@@ -38,17 +38,6 @@ jobs:
38
- name: Run tests and generate gas report
39
run: npm run test
40
41
- tests-foundry:
42
- runs-on: ubuntu-latest
43
- steps:
44
- - uses: actions/checkout@v4
45
- with:
46
- submodules: recursive
47
- - name: Set up environment
48
- uses: ./.github/actions/setup
49
- - name: Run tests
50
- run: forge test -vv
51
-
52
codespell:
53
runs-on: ubuntu-latest
54
steps:
@@ -58,4 +47,4 @@ jobs:
58
with:
59
check_hidden: true
60
check_filenames: true
61
- skip: package-lock.json,*.pdf
+ skip: package-lock.json
0 commit comments