We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6666ae commit bf2216fCopy full SHA for bf2216f
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
8
permissions: {}
9
10
jobs:
11
- build:
+ lint:
12
name: Lint
13
runs-on: ubuntu-latest
14
@@ -31,3 +31,5 @@ jobs:
31
env:
32
# To report GitHub Actions status checks
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
+ # TODO automatically fix linting issues and commit them for PRs
35
+ # fix-lint-issues: # https://github.com/marketplace/actions/super-linter#github-actions-workflow-example-pull-request
0 commit comments