Skip to content

Commit 1f1b570

Browse files
committed
disable purs-tidy
1 parent 79a7506 commit 1f1b570

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/check.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
with:
1717
purescript: "unstable"
1818
spago: "unstable"
19-
purs-tidy: "latest"
19+
# purs-tidy: "latest"
2020

2121
- uses: actions/[email protected]
2222
with:
23-
node-version: "node"
23+
node-version: "20"
2424

2525
- name: Cache PureScript dependencies
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
2929
path: |
@@ -39,6 +39,5 @@ jobs:
3939
- name: Run tests
4040
run: spago test
4141

42-
- name: Check formatting
43-
run: purs-tidy check src test
44-
42+
# - name: Check formatting
43+
# run: purs-tidy check src test

0 commit comments

Comments
 (0)