Skip to content

Deploy centralized organization stale bot #7

Deploy centralized organization stale bot

Deploy centralized organization stale bot #7

Workflow file for this run

name: 'Actionlint'

Check failure on line 1 in .github/workflows/actionlint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/actionlint.yml

Invalid workflow file

(Line: 12, Col: 23): Unexpected value 'true'
on:
pull_request:
workflow_dispatch:
permissions:
contents: 'read'
pull-requests: 'write'
concurrency:
group: 'actionlint-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'
cancel-in-progress: 'true'
jobs:
lint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # ratchet:actions/checkout@v6
- name: 'Run actionlint with reviewdog'
uses: 'reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d' # ratchet:reviewdog/action-actionlint@v1.72.0
with:
fail_on_error: true
reporter: 'github-pr-check'