mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
ci: this shit is killing me
This commit is contained in:
8
.github/workflows/linter.yml
vendored
8
.github/workflows/linter.yml
vendored
@@ -13,6 +13,10 @@ permissions:
|
|||||||
checks: write
|
checks: write
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-linters:
|
run-linters:
|
||||||
name: Run linters
|
name: Run linters
|
||||||
@@ -34,9 +38,9 @@ jobs:
|
|||||||
- name: Run linters
|
- name: Run linters
|
||||||
uses: wearerequired/lint-action@v2
|
uses: wearerequired/lint-action@v2
|
||||||
with:
|
with:
|
||||||
eslint: false
|
continue_on_error: false
|
||||||
prettier: true
|
prettier: true
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
auto_fix: false
|
neutral_check_on_warning: true
|
||||||
eslint_extensions: js
|
eslint_extensions: js
|
||||||
commit_message: "style(auto): fix code style issues with ${linter}"
|
commit_message: "style(auto): fix code style issues with ${linter}"
|
||||||
|
|||||||
Reference in New Issue
Block a user