Skip to content

Commit

Permalink
chore: fixing broken command
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Aug 11, 2023
1 parent 4f180dc commit ac9061e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ jobs:
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }}
fail-on-cache-miss: true

- name: Run prettier
run: yarn prettier:check

- name: Run eslint
run: npm run lint

0 comments on commit ac9061e

Please sign in to comment.