Skip to content

feat(compiler-config): Implement automatic script target detection and identifier validation #31

feat(compiler-config): Implement automatic script target detection and identifier validation

feat(compiler-config): Implement automatic script target detection and identifier validation #31

Workflow file for this run

name: Run tests
on:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run tests
run: bun test