Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 #26

build(deps): bump braces from 3.0.2 to 3.0.3

build(deps): bump braces from 3.0.2 to 3.0.3 #26

Workflow file for this run

name: Test
on:
push:
branches-ignore: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version-file: package.json
- run: yarn install --immutable
- run: yarn run cov
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true