File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Setup PureScript Action
2
2
3
- [ ![ Integration] ( https://github.com/thomashoneyman/setup-purescript/workflows/Integration/badge.svg?branch=master )] ( https://github.com/thomashoneyman/setup-purescript/actions?query=workflow%3AIntegration+branch%3Amaster ) [ ![ Sync Versions] ( https://github.com/thomashoneyman/setup-purescript/workflows/Sync%20Versions/badge.svg?branch=master )] ( https://github.com/thomashoneyman/setup-purescript/actions?query=workflow%3A"Sync+Versions"+branch%3Amaster )
3
+ [ ![ Integration] ( https://github.com/thomashoneyman/setup-purescript/workflows/Integration/badge.svg?branch=main )] ( https://github.com/thomashoneyman/setup-purescript/actions?query=workflow%3AIntegration+branch%3Amain ) [ ![ Sync Versions] ( https://github.com/thomashoneyman/setup-purescript/workflows/Sync%20Versions/badge.svg?branch=main )] ( https://github.com/thomashoneyman/setup-purescript/actions?query=workflow%3A"Sync+Versions"+branch%3Amain )
4
4
5
5
A GitHub Action which sets up a PureScript toolchain for CI. Contains the following tools by default:
6
6
@@ -27,7 +27,7 @@ Use the PureScript toolchain with the latest versions of PureScript and Spago:
27
27
``` yaml
28
28
steps :
29
29
- uses : actions/checkout@v2
30
- - uses : thomashoneyman/setup-purescript@master
30
+ - uses : thomashoneyman/setup-purescript@main
31
31
- run : spago build
32
32
` ` `
33
33
@@ -40,7 +40,7 @@ Each tool can accept a semantic version (only exact versions currently supported
40
40
` ` ` yaml
41
41
steps :
42
42
- uses : actions/checkout@v2
43
- - uses : thomashoneyman/setup-purescript@master
43
+ - uses : thomashoneyman/setup-purescript@main
44
44
with :
45
45
purescript : " 0.13.8"
46
46
spago : " 0.15.3"
You can’t perform that action at this time.
0 commit comments