Skip to content

refactor: move more stdlib functions to builtins #43

refactor: move more stdlib functions to builtins

refactor: move more stdlib functions to builtins #43

Workflow file for this run

name: Checks
on: [ pull_request ]
jobs:
tests:
name: Tests
uses: ./.github/workflows/test.yaml
lints:
name: Lints
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions-rust-lang/[email protected]
- uses: auguwu/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
checks: write
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions-rust-lang/[email protected]
- uses: actions-rust-lang/[email protected]