From e72019321508ac2c10fa51625fd79e0cd0d3b5a3 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Tue, 30 Jan 2024 22:30:34 +0000 Subject: [PATCH] Create shell-cheker.yml (#113) --- .github/workflows/shell-cheker.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/shell-cheker.yml diff --git a/.github/workflows/shell-cheker.yml b/.github/workflows/shell-cheker.yml new file mode 100644 index 0000000..3751c4c --- /dev/null +++ b/.github/workflows/shell-cheker.yml @@ -0,0 +1,22 @@ +name: Shell checker + +on: + push: + branches: + - main + pull_request: + workflow_dispatch: + +jobs: + + shell-checker: + runs-on: ubuntu-latest + + steps: + + - name: Check out code + uses: actions/checkout@v4 + + - name: Shellcheck + run: | + shellcheck **/*.sh