File tree 1 file changed +1
-29
lines changed
1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push]
5
5
concurrency :
6
6
group : ${{github.workflow}}-${{github.ref}}
7
7
cancel-in-progress : true
8
-
8
+ 1
9
9
env :
10
10
MAINNET_RPC : ${{ secrets.MAINNET_RPC }}
11
11
SEPOLIA_RPC : ${{ secrets.SEPOLIA_RPC }}
37
37
- name : Run tests
38
38
shell : bash
39
39
run : yarn test
40
-
41
-
42
- lint :
43
- name : Lint Commit Messages
44
- runs-on : ubuntu-latest
45
-
46
- steps :
47
- - uses : actions/checkout@v4
48
- with :
49
- fetch-depth : 0
50
-
51
- - uses : wagoid/commitlint-github-action@v5
52
-
53
- - name : Install Foundry
54
- uses : foundry-rs/foundry-toolchain@v1
55
- with :
56
- version : stable
57
-
58
- - name : Use Node.js
59
- uses : actions/setup-node@v4
60
- with :
61
- node-version : 20.x
62
- cache : ' yarn'
63
-
64
- - name : Install dependencies
65
- run : yarn --frozen-lockfile --network-concurrency 1
66
-
67
- - run : yarn lint:check
You can’t perform that action at this time.
0 commit comments