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 2c54d82 commit 01cfcaeCopy full SHA for 01cfcae
.github/workflows/checks.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
sudo apt install -y fd-find
20
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
23
- name: git fetch
24
run: git fetch origin main:main
@@ -68,7 +68,7 @@ jobs:
68
which stylish-haskell
69
stylish-haskell --version
70
71
72
73
- name: "Run `stylish-haskell`"
74
.github/workflows/haskell.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "PATH = $PATH"
49
echo "LLVM_CONFIG = $LLVM_CONFIG"
50
51
52
53
- name: "Configure cabal.project.local"
54
0 commit comments