Skip to content

Bump braces from 3.0.2 to 3.0.3 #276

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #276

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- main # triggers on pushes that contain changes in main
- develop
jobs:
test-coverage:
runs-on: ubuntu-latest
name: "test-coverage"
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test