Skip to content

Commit

Permalink
chore: update lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Oct 24, 2023
1 parent 893e260 commit e2706d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- recursive: false
args: [--frozen-lockfile]
- name: Install JS dependencies
run: rm -rf node_modules && pnpm install --frozen-lockfile
# - name: Install JS dependencies
# run: rm -rf node_modules && pnpm install --frozen-lockfile

- name: Check for linting errors
run: pnpm run lint:js # TODO: also lint styles again once new rule errors resolved
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

0 comments on commit e2706d6

Please sign in to comment.