Skip to content

Commit bf2216f

Browse files
committed
super-linter: TODO fix-lint-issues
1 parent d6666ae commit bf2216f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
88
permissions: {}
99

1010
jobs:
11-
build:
11+
lint:
1212
name: Lint
1313
runs-on: ubuntu-latest
1414

@@ -31,3 +31,5 @@ jobs:
3131
env:
3232
# To report GitHub Actions status checks
3333
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

Comments
 (0)