From 7bb1fe3c754318ec2f78d286b6735ccea89eee51 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Sun, 4 Feb 2024 14:06:56 -0700 Subject: [PATCH] Add action to help review github action. --- .github/workflows/lint.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..dbb13a9 --- /dev/null +++ b/.github/workflows/lint.yml @@ -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