Skip to content

Add Biome tool and CI checks for linting etc. #2

Add Biome tool and CI checks for linting etc.

Add Biome tool and CI checks for linting etc. #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install application dependencies
run: npm ci
- name: Run biome ci process
run: npm run ci