Skip to content

Add biome for JS formatting and linting. #46

Add biome for JS formatting and linting.

Add biome for JS formatting and linting. #46

Workflow file for this run

name: Check
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/bootstrap
- run: npm run build
- run: npm run lint