Skip to content

Commit

Permalink
Remove lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed May 27, 2024
1 parent e92149e commit 2968eef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
run: yarn install
working-directory: ./task

- name: Lint
run: yarn lint
working-directory: ./task

- name: Test
run: yarn test
working-directory: ./task

0 comments on commit 2968eef

Please sign in to comment.