Skip to content

Update according to Contributors library guidelines #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Oct 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ci.yml
  • Loading branch information
thomashoneyman authored Oct 3, 2020
commit 1fbb93bd97d34f25b7c7281a52f5fb801814e8d4
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up PureScript toolchain
uses: purescript-contrib/setup-purescript@main
uses: purescript-contrib/setup-purescript@v1.1.0

- name: Cache PureScript dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -49,4 +49,3 @@ jobs:

- name: Run tests
run: npm run test