diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 6a7c0e0..e454bb4 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -13,8 +13,10 @@ jobs: include: - ghc: 8.10.1 ghc-options: "" - ignore-haddock: "true" + ignore-haddock: true + ignore-cabal-check: true - ghc: latest + ignore-cabal-check: true runs-on: ubuntu-latest @@ -40,3 +42,4 @@ jobs: ghc: ${{matrix.ghc}} ghc-options: ${{matrix.ghc-options}} ignore-haddock: ${{matrix.ignore-haddock}} + ignore-cabal-check: ${{matrix.ignore-cabal-check}} diff --git a/.github/workflows/on-push-to-master-or-pr.yaml b/.github/workflows/on-push-to-master-or-pr.yaml index 7e14ae2..4a8dd27 100644 --- a/.github/workflows/on-push-to-master-or-pr.yaml +++ b/.github/workflows/on-push-to-master-or-pr.yaml @@ -7,7 +7,7 @@ on: jobs: format: - uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v1 + uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v3 secrets: inherit check: diff --git a/.github/workflows/on-push-to-release.yaml b/.github/workflows/on-push-to-release.yaml index 19636d0..1e89639 100644 --- a/.github/workflows/on-push-to-release.yaml +++ b/.github/workflows/on-push-to-release.yaml @@ -13,7 +13,7 @@ concurrency: jobs: format: - uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v1 + uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v3 secrets: inherit check: @@ -24,7 +24,7 @@ jobs: needs: - format - check - uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/release.yaml@v1 + uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/release.yaml@v3 secrets: inherit with: prefix-tag-with-v: false