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.
1 parent 1fdf8b1 commit e046c32Copy full SHA for e046c32
.github/workflows/ci.yaml
@@ -160,6 +160,7 @@ jobs:
160
git diff --ignore-cr-at-eol --exit-code unison-cli-integration/integration-tests
161
162
- name: check for dead code
163
+ if: runner.arch == 'x64' && runner.os == 'Linux'
164
uses: freckle/weeder-action@8a97af19a69ef455f26d1fa8b0c19f9a2a90209a # v3
165
with:
166
ghc-version: "9.6.5" # This needs to match the resolver in stack.yaml
0 commit comments