Skip to content

chore: Bump @types/yargs from 17.0.24 to 17.0.25 #733

chore: Bump @types/yargs from 17.0.24 to 17.0.25

chore: Bump @types/yargs from 17.0.24 to 17.0.25 #733

Workflow file for this run

name: Build
on:
pull_request:
branches: [main, beta]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn check:format
- run: yarn check:lint
- run: yarn test:coverage
- uses: codecov/codecov-action@v3
with:
files: ./coverage/unit/clover.xml,./coverage/integration/clover.xml,./coverage/e2e/clover.xml