Skip to content

Deploy centralized organization stale bot #5

Deploy centralized organization stale bot

Deploy centralized organization stale bot #5

Workflow file for this run

name: 'Actionlint'
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'