Skip to content

Commit dfb9c7f

Browse files
Update tests.yml
remove check for commit message linting
1 parent c5798e8 commit dfb9c7f

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.github/workflows/tests.yml

+1-29
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
concurrency:
66
group: ${{github.workflow}}-${{github.ref}}
77
cancel-in-progress: true
8-
8+
1
99
env:
1010
MAINNET_RPC: ${{ secrets.MAINNET_RPC }}
1111
SEPOLIA_RPC: ${{ secrets.SEPOLIA_RPC }}
@@ -37,31 +37,3 @@ jobs:
3737
- name: Run tests
3838
shell: bash
3939
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

0 commit comments

Comments
 (0)