Skip to content

Merge pull request #7 from Lepinoid/renovate/actions-checkout-4.x #7

Merge pull request #7 from Lepinoid/renovate/actions-checkout-4.x

Merge pull request #7 from Lepinoid/renovate/actions-checkout-4.x #7

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