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