Skip to content

chore: Bump semantic-release from 22.0.0 to 22.0.5 #729

chore: Bump semantic-release from 22.0.0 to 22.0.5

chore: Bump semantic-release from 22.0.0 to 22.0.5 #729

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