From b51884095eaf598adad9a541ce6ccf9b75013f13 Mon Sep 17 00:00:00 2001 From: Chris Elias Date: Mon, 11 Dec 2023 20:16:39 -0500 Subject: [PATCH] testing --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 00000000..548d045e --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,16 @@ +name: shellcheck +on: + - pull_request +env: + GITHUB_BEFORE_SHA: ${{ github.event.before }} + +jobs: + check: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + # Run our action + - name: Checker and formatter + uses: ashthespy/action-shell@v1 + with: + only_changed: 'true'