We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-release
1 parent d7fa7b2 commit 5868ec8Copy full SHA for 5868ec8
.github/workflows/ci.yml
@@ -108,6 +108,8 @@ jobs:
108
--project-file="${{ matrix.cabal-project-file || env.DEFAULT_CABAL_PROJECT_FILE }}" \
109
--only-dependencies
110
111
+ cabal --only-dependencies ./scripts/check-release
112
+
113
- name: 💾 Save Cabal dependencies
114
uses: actions/cache/save@v4
115
if: ${{ !env.ACT && steps.cache-cabal.outputs.cache-hit != 'true' }}
@@ -121,6 +123,8 @@ jobs:
121
123
cabal build all \
122
124
--project-file="${{ matrix.cabal-project-file || env.DEFAULT_CABAL_PROJECT_FILE }}"
125
126
+ cabal build ./scripts/check-release
127
128
- name: 🧪 Test
129
if: ${{ !matrix.cabal-skip-tests }}
130
run: |
0 commit comments