Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #87

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #87

Workflow file for this run

name: Test
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
- run: biome ci .
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
directory: ./coverage/