Skip to content

v3.2.1 Fix unnecessary output of 'help' text in check #50

v3.2.1 Fix unnecessary output of 'help' text in check

v3.2.1 Fix unnecessary output of 'help' text in check #50

Workflow file for this run

name: Testsuite
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run nox with uv
run: uv run nox