Skip to content

ci: remove outdated logic in workflows #4396

ci: remove outdated logic in workflows

ci: remove outdated logic in workflows #4396

Workflow file for this run

name: Check workflows
on:
pull_request:
paths:
- '.github/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: suggester / actionlint
uses: reviewdog/action-actionlint@e58ee9d111489c31395fbe4857b0be6e7635dbda # v1.70.0
with:
tool_name: actionlint
fail_level: error