Skip to content

Deploy centralized organization stale bot #3

Deploy centralized organization stale bot

Deploy centralized organization stale bot #3

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@v6
- name: 'Run actionlint with reviewdog'
uses: reviewdog/action-actionlint@v1.7.2
with:
fail_on_error: true
reporter: 'github-pr-check'