Skip to content

Bump braces from 3.0.2 to 3.0.3 #21

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #21

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run test-compile
- run: npm run format-check