Skip to content

Bump actions/checkout from 4.1.4 to 4.1.6 #201

Bump actions/checkout from 4.1.4 to 4.1.6

Bump actions/checkout from 4.1.4 to 4.1.6 #201

Workflow file for this run

name: purescript / main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
precheck:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: |
Run exercism/purescript ci pre-check (checks config, lint code) for
all exercises
run: scripts/ci-check
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: Fetch the PureScript compiler
uses: purescript-contrib/setup-purescript@2330ad9736aba56d65964a3335fe9368c9674db8
with:
psa: "0.8.2"
purescript: "0.14.9"
spago: "0.20.9"
- name: Run exercism/purescript ci (runs tests) for all exercises
run: scripts/ci