super-linter: TODO fix-lint-issues

This commit is contained in:
Ralf Vogler 2025-03-05 15:27:00 +01:00
parent d6666aed03
commit bf2216f731

View file

@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
permissions: {} permissions: {}
jobs: jobs:
build: lint:
name: Lint name: Lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -31,3 +31,5 @@ jobs:
env: env:
# To report GitHub Actions status checks # To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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