Skip to content

Update GitHub Actions workflows. #1357

Update GitHub Actions workflows.

Update GitHub Actions workflows. #1357

Workflow file for this run

name: actionlint
on:
pull_request:
branches:
- master
- main
paths:
- ".github/**"
workflow_dispatch: {}
jobs:
lint_workflows:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v6
- name: Lint actions
uses: reviewdog/action-actionlint@v1.70.0
with:
actionlint_flags: "-config-file .actionlint.yml"