Skip to content

chore(deps): bump braces from 3.0.2 to 3.0.3 in /example in the npm_and_yarn group across 1 directory #189

chore(deps): bump braces from 3.0.2 to 3.0.3 in /example in the npm_and_yarn group across 1 directory

chore(deps): bump braces from 3.0.2 to 3.0.3 in /example in the npm_and_yarn group across 1 directory #189

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: yarn bootstrap --frozen-lockfile
- run: yarn lint
- run: yarn typescript
- run: yarn prettier
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: yarn bootstrap --frozen-lockfile
- run: yarn test --coverage