Skip to content

Commit

Permalink
chore: bump ci actions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct authored Jan 23, 2024
1 parent a53332e commit 9456149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,18 @@ env:
NODE_VERSION: '20.9'

jobs:
check:
strategy:
fail-fast: true

name: Lint
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

- uses: pnpm/action-setup@v2
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ env:
FOUNDRY_PROFILE: ci

jobs:
check:
strategy:
fail-fast: true

test:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 9456149

Please sign in to comment.