super-linter: TODO fix-lint-issues
This commit is contained in:
parent
d6666aed03
commit
bf2216f731
1 changed files with 3 additions and 1 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
|
|||
permissions: {}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
@ -31,3 +31,5 @@ jobs:
|
|||
env:
|
||||
# To report GitHub Actions status checks
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# TODO automatically fix linting issues and commit them for PRs
|
||||
# fix-lint-issues: # https://github.com/marketplace/actions/super-linter#github-actions-workflow-example-pull-request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue