Skip to content

chore: Add semver workflow #33

chore: Add semver workflow

chore: Add semver workflow #33

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
paths: [".github/**"]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
actionlint:
uses: mozilla/actions/.github/workflows/actionlint.yml@25cb84d060946c0ad6d2c3f79da479b16d180d71 # v1.1.0
permissions:
contents: read
security-events: write # Required for zizmor to upload SARIF results.