From 64119d2442ac3c1bc30b15bd1def7103760155fd Mon Sep 17 00:00:00 2001 From: Shane <6071159+smashedr@users.noreply.github.com> Date: Wed, 25 Sep 2024 23:37:39 -0700 Subject: [PATCH] Remove Linter --- .github/workflows/test.yaml | 27 +++++++++++++++------------ src/main.sh | 1 + 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 50105c2..45ac5f0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,15 +31,18 @@ jobs: create: true username: shaner password: ${{ secrets.CODEBERG_TOKEN }} - - lint: - name: "Lint" - runs-on: ubuntu-latest - timeout-minutes: 5 - - steps: - - name: "Checkout" - uses: actions/checkout@v4 - - - name: "Run ShellCheck" - uses: ludeeus/action-shellcheck@2.0.0 +# +# lint: +# name: "Lint" +# runs-on: ubuntu-latest +# timeout-minutes: 5 +# +# steps: +# - name: "Checkout" +# uses: actions/checkout@v4 +# +# - name: "Run ShellCheck" +# uses: ludeeus/action-shellcheck@2.0.0 +# with: +# check_together: "yes" +# SHELLCHECK_OPTS: "-e SC1091 -e SC2034" diff --git a/src/main.sh b/src/main.sh index c924e97..b3db312 100644 --- a/src/main.sh +++ b/src/main.sh @@ -45,6 +45,7 @@ echo "GIT_HOST: ${GIT_HOST}" if [ -n "${INPUT_CREATE}" ];then echo "Attempting Create Repository: ${INPUT_CREATE}" set +e + # shellcheck source=./codeberg.sh disable=SC1091 source ./codeberg.sh set -e fi