Skip to content

Commit

Permalink
fix: Remove unnecessary example lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Apr 29, 2024
1 parent 7d4170b commit 4970bb7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/validate-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ jobs:
- name: Run ESLint with auto-fix
run: yarn lint --fix

- name: Run ESLint in example/
run: cd example && yarn lint -f @jamesacarr/github-actions && cd ..

- name: Run ESLint in example/ with auto-fix
run: cd example && yarn lint --fix && cd ..

- name: Verify no files have changed after auto-fix
run: git diff --exit-code HEAD

Expand Down Expand Up @@ -130,4 +124,4 @@ jobs:
run: yarn install --frozen-lockfile --cwd example

- name: Run Jest
run: yarn test
run: yarn test

0 comments on commit 4970bb7

Please sign in to comment.