Skip to content

allow and ignore modules:default:roots:tcl (just a warning message) #555

allow and ignore modules:default:roots:tcl (just a warning message)

allow and ignore modules:default:roots:tcl (just a warning message) #555

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: ruff
run: |
uvx ruff format --check
uvx ruff check