Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

introduced new approach to perform soft assertions #4

introduced new approach to perform soft assertions

introduced new approach to perform soft assertions #4

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
- run: npm ci
- run: npm run build