Skip to content

Fix: Preventing from collecting imported classes #8

Fix: Preventing from collecting imported classes

Fix: Preventing from collecting imported classes #8

Workflow file for this run

name: Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: prefix-dev/setup-pixi@v0.9.2
with:
pixi-version: v0.59.0
environments: lint
frozen: true
- name: Run linter
run: pixi run -e lint lint