Skip to content

Commit

Permalink
add temporaly docs on ignore linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nycolaide committed Jan 29, 2025
1 parent 8011e70 commit e02ca9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- svelte-5

jobs:
build-env:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -26,7 +26,7 @@ jobs:

lint:
runs-on: ubuntu-latest
needs: build-env
needs: build

steps:
# Step 1 : Run linter
Expand Down
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default [
'.env.*',
'pnpm-lock.yaml',
'package-lock.json',
'yarn.lock'
'yarn.lock',
'docs/'
]
}
];

0 comments on commit e02ca9d

Please sign in to comment.