diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cf20186..2919f2a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,8 +31,7 @@ jobs: runs-on: ${{ matrix.os }} env: BASE_REL: 0.9.20240202 - BASE_SRC: - https://github.com/rdavid/shellbase/archive/refs/tags/v$BASE_REL.tar.gz + BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v$BASE_REL.tar.gz # yamllint disable-line steps: - uses: actions/checkout@v4 - run: |