Skip to content

Upgrade for snake_case builtins and PNC #35

Upgrade for snake_case builtins and PNC

Upgrade for snake_case builtins and PNC #35

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@80f4b4a1b94a7a89b3152e9b4e635367e7c0a940 # ratchet:hasnep/setup-roc@main
with:
roc-version: nightly
- name: Test the library
run: roc test src/main.roc