Skip to content

Automate version bumping #432

Automate version bumping

Automate version bumping #432

Workflow file for this run

name: Lint workflow files
on:
push:
paths:
- '.github/workflows/*.yml'
- '.github/workflows/*.yaml'
pull_request:
types:
- opened
- reopened
- synchronize
paths:
- '.github/workflows/*.yml'
- '.github/workflows/*.yaml'
permissions:
pull-requests: write
contents: read
jobs:
actionlint:
uses: fac/hermod/.github/workflows/actionlint.yml@master
secrets: inherit