Skip to content

feat: Add git based bundling strategy #67

feat: Add git based bundling strategy

feat: Add git based bundling strategy #67

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
name: biome
on:
pull_request:
branches:
- main
jobs:
biome:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- run: npx biome check