Skip to content

Trigger test workflows even when PR is automatically created #7

Trigger test workflows even when PR is automatically created

Trigger test workflows even when PR is automatically created #7

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- '.github/workflows/**.yml'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: raven-actions/actionlint@v1