Skip to content

🧪 test(nmea): add unit tests for znt_logger_opts #35

🧪 test(nmea): add unit tests for znt_logger_opts

🧪 test(nmea): add unit tests for znt_logger_opts #35

Workflow file for this run

name: Pre-commit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
name: Run all pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v7
with:
python-version: "3.14"
- name: Install dependencies
run: uv sync
- name: Run pre-commit
run: uv run pre-commit run --all-files