Skip to content

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 #83

chore(deps-dev): bump braces from 3.0.2 to 3.0.3

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 #83

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
- alpha
- beta
- rc
paths-ignore:
- '**.md'
push:
branches:
- main
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build-lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
check-latest: true
node-version-file: .nvmrc
- run: npm ci
- run: npm run typecheck
- run: npm run lint
- run: npm run test
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true
- run: npm run build