Skip to content

chore: use the company Hermit source overlay #28

chore: use the company Hermit source overlay

chore: use the company Hermit source overlay #28

name: Workflow Lint
on:
pull_request:
branches: [master]
paths:
- .github/workflows/**
- .github/actions/**
workflow_dispatch:
concurrency:
group: workflow-lint-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Run actionlint
uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1
with:
fail_level: any