Skip to content

Commit 62f39a6

Browse files
committed
refactor: review changes
1 parent db9ccaa commit 62f39a6

File tree

4 files changed

+8
-547
lines changed

4 files changed

+8
-547
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ name: CI
22

33
on:
44
push:
5-
branches: [master, main]
5+
branches: [main]
66
pull_request:
7-
branches: [master, main]
7+
branches: [main]
88

99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- name: Set up a PureScript toolchain
15+
- name: Set up PureScript toolchain
1616
uses: purescript-contrib/setup-purescript@main
1717
with:
1818
purescript: "latest"
19-
purs-tidy: "latest"
19+
purs-tidy: "0.11.0" # "latest"
2020
spago: "unstable"
2121

2222
- name: Cache PureScript dependencies

0 commit comments

Comments
 (0)