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 11# Setup PureScript Action
22
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 )
44
55A GitHub Action which sets up a PureScript toolchain for CI. Contains the following tools by default:
66
@@ -27,7 +27,7 @@ Use the PureScript toolchain with the latest versions of PureScript and Spago:
2727``` yaml
2828steps :
2929 - uses : actions/checkout@v2
30- - uses : thomashoneyman/setup-purescript@master
30+ - uses : thomashoneyman/setup-purescript@main
3131 - run : spago build
3232` ` `
3333
@@ -40,7 +40,7 @@ Each tool can accept a semantic version (only exact versions currently supported
4040` ` ` yaml
4141steps :
4242 - uses : actions/checkout@v2
43- - uses : thomashoneyman/setup-purescript@master
43+ - uses : thomashoneyman/setup-purescript@main
4444 with :
4545 purescript : " 0.13.8"
4646 spago : " 0.15.3"
You can’t perform that action at this time.
0 commit comments