Skip to content

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #89

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #89

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