Skip to content

Commit

Permalink
ci: refactor check-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RimidalU committed May 3, 2024
1 parent 69f732a commit c8a08cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x.x
cache: npm
- run: npm ci
- run: npm run format:verify
- run: npm run lint:verify
Expand Down

0 comments on commit c8a08cb

Please sign in to comment.