Add action to help review github action.

This commit is contained in:
Cedric BAIL 2024-02-04 14:06:56 -07:00
parent 7d8ef05678
commit 7bb1fe3c75

14
.github/workflows/lint.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Lint github-action
on: [ 'pull_request' ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: docker://rhysd/actionlint:1.6.26
with:
args: -color