Skip to content

Adding Testing Suite #66

Adding Testing Suite

Adding Testing Suite #66

Workflow file for this run

name: linting
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv and set up the python version
uses: astral-sh/setup-uv@v6
with:
python-version: "3.12"
version: "latest"
- name: Analyzing the code with ruff
run: uvx ruff check --output-format=github