Skip to content

Merge pull request #1 from joshraphael/rascript_syntax #3

Merge pull request #1 from joshraphael/rascript_syntax

Merge pull request #1 from joshraphael/rascript_syntax #3

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: make test