Skip to content

Update Nix flake inputs #38

Update Nix flake inputs

Update Nix flake inputs #38

Workflow file for this run

name: Test
on:
# Run on all PRs
pull_request:
paths-ignore:
- "**.md"
# Run when a PR is merged into main
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
test:
name: Test
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
- name: Install Roc
uses: hasnep/setup-roc@1385796e520f33b3e56484e644a75c0110378873 # ratchet:hasnep/[email protected]
with:
roc-version: nightly
- name: Test the library
run: roc test src/main.roc