Skip to content

Add CLI argument validation tests #11

Add CLI argument validation tests

Add CLI argument validation tests #11

Workflow file for this run

name: Ruff Lint and Format
on:
pull_request:
jobs:
ruff:
name: Ruff Lint and Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Ruff
uses: astral-sh/ruff-action@v3
- name: Run Ruff Format
run: ruff format --check --diff