Skip to content

Heuristic + Matrix clean up, added Sequence to _util.py #7

Heuristic + Matrix clean up, added Sequence to _util.py

Heuristic + Matrix clean up, added Sequence to _util.py #7

Workflow file for this run

name: lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
# Repository
- name: Checkout the code
uses: actions/checkout@v4
# Environment
- name: Download environment files
run: |
wget https://raw.githubusercontent.com/Auto-Mech/amech-dev/main/pixi.toml
wget https://raw.githubusercontent.com/Auto-Mech/amech-dev/main/pixi.lock
- name: Set up Pixi
uses: prefix-dev/setup-pixi@v0.8.0
- name: Pip install
run: |
pixi run pip install . --no-deps
# Lint
- name: Lint
run: |
pixi run ./old-lint.sh