Skip to content

Merge pull request #28 from AnExiledDev/feature/preflight-runtime-check #22

Merge pull request #28 from AnExiledDev/feature/preflight-runtime-check

Merge pull request #28 from AnExiledDev/feature/preflight-runtime-check #22

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npx @biomejs/biome check setup.js test.js