Skip to content

Commit

Permalink
Use bloq/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Nov 19, 2024
1 parent 69fe6e8 commit 817c28b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/js-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,4 @@ concurrency:

jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run lint
- run: npm run format:check
- run: npm run deps:check
- run: npm test
uses: bloq/actions/.github/workflows/js-checks.yml@v1

0 comments on commit 817c28b

Please sign in to comment.