Skip to content

Change the interval for dependabot updates to monthly (#305) #218

Change the interval for dependabot updates to monthly (#305)

Change the interval for dependabot updates to monthly (#305) #218

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@692973e3d937129bcbf40652eb9f2f61becf3332
- 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@692973e3d937129bcbf40652eb9f2f61becf3332
- 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