Skip to content

refactor(coverage): improve coverage inside lifecycle hooks #435

refactor(coverage): improve coverage inside lifecycle hooks

refactor(coverage): improve coverage inside lifecycle hooks #435

Workflow file for this run

name: Build Verification
on:
pull_request:
push:
branches:
- main
jobs:
build-verify:
name: "Build & Verify on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Build and verify
shell: bash
run: |
./build.sh --verify