diff --git a/.github/workflows/shelltest.yml b/.github/workflows/shelltest.yml index a4bf1ddae..60b5a8e10 100644 --- a/.github/workflows/shelltest.yml +++ b/.github/workflows/shelltest.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: gleam-lang/setup-erlang@v1.0.0 + - uses: gleam-lang/setup-erlang@v1.1.2 with: otp-version: ${{ matrix.otp_version }} diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin index a94f4fd6f..7c4acdcdb 100644 --- a/priv/templates/extended_bin +++ b/priv/templates/extended_bin @@ -19,7 +19,7 @@ fi # OSX does not support readlink '-f' flag, work # around that -# shellcheck disable=SC2039 +# shellcheck disable=SC2039,SC3000-SC4000 case $OSTYPE in darwin*) SCRIPT=$(readlink "$0" || true)