Skip to content

added condition to skip generating the github token for dependabot PR's #190

added condition to skip generating the github token for dependabot PR's

added condition to skip generating the github token for dependabot PR's #190

Workflow file for this run

name: Lint GitHub Workflows
permissions:
contents: read
actions: read
on:
pull_request:
paths:
- ".github/workflows/**/*.yml"
- ".github/workflows/**/*.yaml"
push:
paths:
- ".github/workflows/**/*.yml"
- ".github/workflows/**/*.yaml"
jobs:
actionlint:
uses: HDRUK/github-actions-templates/.github/workflows/actionlint.yaml@main