Skip to content

Merge pull request #20 from lukewilliamboswell/snake_case_builtins #46

Merge pull request #20 from lukewilliamboswell/snake_case_builtins

Merge pull request #20 from lukewilliamboswell/snake_case_builtins #46

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@9866c6fdc971ee9f4b3eeba03d825dc32a5efa7f # ratchet:hasnep/[email protected]
with:
roc-version: 0.0.0-alpha2-rolling
- name: Test the library
run: roc test src/main.roc