Skip to content

Add validate-pr action #17

Add validate-pr action

Add validate-pr action #17

Workflow file for this run

name: Lint workflows
on:
push:
branches:
- "main"
paths:
- ".github/workflows/**"
pull_request:
branches:
- "main"
paths:
- ".github/workflows/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1