2022-12-28 22:21:09 +01:00
|
|
|
name: Lint
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
paths:
|
|
|
|
- '.github/workflows/*'
|
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
- '.github/workflows/*'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
actionlint:
|
|
|
|
name: GitHub actions
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-10-07 22:52:25 +02:00
|
|
|
- uses: actions/checkout@v4
|
2022-12-28 22:21:09 +01:00
|
|
|
|
|
|
|
- uses: docker://rhysd/actionlint:latest
|
|
|
|
with:
|
2023-01-28 01:18:02 +01:00
|
|
|
args: -shellcheck= -color
|