mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Fixed Eslitn issues
This commit is contained in:
parent
7fe79b288f
commit
093c444a3d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/eslint.yml
vendored
4
.github/workflows/eslint.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
|
||||
actions: read
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: yarn install
|
||||
|
||||
- name: Run ESLint
|
||||
run: yarn dlx next lint
|
||||
run: npx next lint
|
||||
--config .eslintrc.json
|
||||
--ext .js,.jsx,.ts,.tsx
|
||||
--format @microsoft/eslint-formatter-sarif
|
||||
|
|
Loading…
Reference in a new issue