Skip to content

Document stdlib module path. #278

Document stdlib module path.

Document stdlib module path. #278

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build interpreter and extensions
run: .\build.ps1
- name: Run tests
run: .\tests\test.ps1