Skip to content

Commit

Permalink
skip eslint in CI, npm install --force for GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 8, 2024
1 parent e504cef commit fa78b3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ on:
jobs:
build:
uses: janosh/workflows/.github/workflows/nodejs-gh-pages.yml@main
with:
install-cmd: npm install --force
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ci:
autoupdate_schedule: quarterly
skip: [eslint]

default_stages: [commit]

Expand Down Expand Up @@ -45,7 +46,7 @@ repos:
files: \.(js|ts|svelte)$
additional_dependencies:
- 'typescript-eslint'
- eslint@v9.0.0
- eslint
- eslint-plugin-svelte
- globals
- svelte
Expand Down

0 comments on commit fa78b3e

Please sign in to comment.