We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9ccaa commit 62f39a6Copy full SHA for 62f39a6
.github/workflows/ci.yml
@@ -2,21 +2,21 @@ name: CI
2
3
on:
4
push:
5
- branches: [master, main]
+ branches: [main]
6
pull_request:
7
8
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
15
- - name: Set up a PureScript toolchain
+ - name: Set up PureScript toolchain
16
uses: purescript-contrib/setup-purescript@main
17
with:
18
purescript: "latest"
19
- purs-tidy: "latest"
+ purs-tidy: "0.11.0" # "latest"
20
spago: "unstable"
21
22
- name: Cache PureScript dependencies
0 commit comments