Exclude .ts files from PR lint check

This commit is contained in:
Cohee
2025-04-09 21:58:32 +03:00
parent f302c67b95
commit 820f4439ad

View File

@@ -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/