Skip to content

Enhance the comment section #48

Enhance the comment section

Enhance the comment section #48

Workflow file for this run

name: Unit tests
on:
pull_request:
jobs:
tests:
name: Unit test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check setup
uses: ./.github/actions/check-setup
- name: Run unit tests
run: pnpm test:unit