Skip to content

Commit

Permalink
ci fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
besdar committed Sep 20, 2024
1 parent 04ee9a7 commit a76ecb6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
needs: setup

steps:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Lint
run: npm run lint:check

Expand All @@ -38,6 +41,9 @@ jobs:
needs: setup

steps:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Types
run: npm run types:check

Expand All @@ -47,5 +53,8 @@ jobs:
needs: setup

steps:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Tests
run: npm run tests

0 comments on commit a76ecb6

Please sign in to comment.