File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
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=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 )
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 )
4+ [ ![ 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 )
5+ [ ![ Maintainer: thomashoneyman] ( https://img.shields.io/badge/maintainer-thomashoneyman-teal.svg )] ( http://github.com/thomashoneyman )
46
57A GitHub Action which sets up a PureScript toolchain for CI. Contains the following tools by default:
68
@@ -26,7 +28,7 @@ Use the PureScript toolchain with the latest versions of PureScript and Spago:
2628``` yaml
2729steps :
2830 - uses : actions/checkout@v2
29- - uses : thomashoneyman /setup-purescript@main
31+ - uses : purescript-contrib /setup-purescript@main
3032 - run : spago build
3133` ` `
3234
@@ -39,7 +41,7 @@ Each tool can accept a semantic version (only exact versions currently supported
3941` ` ` yaml
4042steps :
4143 - uses : actions/checkout@v2
42- - uses : thomashoneyman /setup-purescript@main
44+ - uses : purescript-contrib /setup-purescript@main
4345 with :
4446 purescript : " 0.13.8"
4547 psa : " 0.7.2"
6466 steps:
6567 - uses: actions/checkout@v2
6668
67- - uses: thomashoneyman /setup-purescript@main
69+ - uses: purescript-contrib /setup-purescript@main
6870
6971 - name: Cache PureScript dependencies
7072 uses: actions/cache@v2
You can’t perform that action at this time.
0 commit comments