Skip to content

chore(ci): only lint when action changed #5326

chore(ci): only lint when action changed

chore(ci): only lint when action changed #5326

Workflow file for this run

name: action_syntax
on:
pull_request:
paths:
- '.github/workflows/*.yaml'
- '.github/workflows/*.yml'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1