Skip to content

Commit 48842c7

Browse files
Update README for repo move to purescript-contrib
1 parent c1d4a21 commit 48842c7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

57
A 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
2729
steps:
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
4042
steps:
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"
@@ -64,7 +66,7 @@ jobs:
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

0 commit comments

Comments
 (0)