mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Exclude .ts files from PR lint check
This commit is contained in:
2
.github/workflows/pr-auto-manager.yml
vendored
2
.github/workflows/pr-auto-manager.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
eslint-args: '--ignore-path=.gitignore --quiet'
|
||||
extensions: 'js,ts'
|
||||
extensions: 'js'
|
||||
annotations: true
|
||||
ignore-patterns: |
|
||||
dist/
|
||||
|
Reference in New Issue
Block a user