Skip to content

Commit

Permalink
Test Commit: Run eslint using yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktSeidlSWM committed Jun 26, 2024
1 parent 2d48580 commit 0a57951
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Run Eslint
run: yarn lint

- name: Run Jest
run: yarn test

0 comments on commit 0a57951

Please sign in to comment.