Loading .github/workflows/build.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: shellcheck: uses: ./.github/workflows/check.yml build: needs: check needs: shellcheck runs-on: ubuntu-latest permissions: packages: write Loading Loading
.github/workflows/build.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: shellcheck: uses: ./.github/workflows/check.yml build: needs: check needs: shellcheck runs-on: ubuntu-latest permissions: packages: write Loading