mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
ci: might fix failing checks
This commit is contained in:
7
.github/workflows/linter.yml
vendored
7
.github/workflows/linter.yml
vendored
@@ -10,11 +10,6 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
|
||||
permissions:
|
||||
checks: write
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
run-linters:
|
||||
name: Run linters
|
||||
@@ -34,7 +29,7 @@ jobs:
|
||||
run: npm i
|
||||
|
||||
- name: Run linters
|
||||
uses: wearerequired/lint-action@42567b31ed576cdd5a431d77ca5bc8822430d1d0 # tag=v1
|
||||
uses: wearerequired/lint-action@v2
|
||||
with:
|
||||
eslint: false
|
||||
prettier: true
|
||||
|
||||
Reference in New Issue
Block a user