We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fffc2b commit 3f35661Copy full SHA for 3f35661
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: purescript-contrib/setup-purescript@main
17
with:
18
purescript: "latest"
19
- purs-tidy: "latest"
+ purs-tidy: "0.11.1" # "latest"
20
spago: "unstable"
21
22
- name: Cache PureScript dependencies
0 commit comments