Skip to content

Update lint and prettier rules #1

Update lint and prettier rules

Update lint and prettier rules #1

Workflow file for this run

name: CI
on: pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci --unsafe-perm
- run: npm run build
- run: npm test