Skip to content

modules: warn for modules:default:roots:tcl set and arch_folder:false #556

modules: warn for modules:default:roots:tcl set and arch_folder:false

modules: warn for modules:default:roots:tcl set and arch_folder:false #556

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