Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 27, 2024
1 parent ddc360e commit 2c0e6b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install-foundry
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install foundry
uses: ./.github/actions/install-foundry
- run: npm ci
- run: npm run lint
# common:
Expand Down

0 comments on commit 2c0e6b2

Please sign in to comment.