Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Oct 8, 2024
1 parent 0e80443 commit 1bd5b49
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,8 @@ name: Trevas TS CI
on: [push, pull_request]

jobs:
test_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: If this step fails run 'npm run lint' and 'npm run format' then commit again.
run: |
yarn
yarn lint:check
yarn format:check
test:
runs-on: ubuntu-latest
needs: test_lint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 1bd5b49

Please sign in to comment.