Files
sysvinit-service-generator/.github/workflows/pr-lint.yml
renovate[bot] 5eb32add4e chore(deps): update ivuorinen/actions action (25.11.24 → v25.11.26) (#130)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-28 10:58:02 +02:00

36 lines
826 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: PR Lint
on:
pull_request:
branches: [master, main]
env: # Comment env block if you don't want to apply fixes
# Apply linter fixes configuration
APPLY_FIXES: all
APPLY_FIXES_EVENT: all
APPLY_FIXES_MODE: commit
SARIF_REPORTER: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
packages: read
pull-requests: write
security-events: write
statuses: write
steps:
# https://github.com/ivuorinen/actions
- uses: ivuorinen/actions/pr-lint@9aa16a8164e87e23406e86564d6a19d51fc5d46a # v25.11.26