Skip to content

Fix metadata handling in CLI and unitpackage creation #518

Fix metadata handling in CLI and unitpackage creation

Fix metadata handling in CLI and unitpackage creation #518

Workflow file for this run

name: Lint
on:
push: { branches: [ "main" ] }
pull_request:
types:
- opened
- synchronize
- reopened
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
python-linter:
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.4
with: { pixi-version: v0.63.2 }
- name: pylint
run: pixi run pylint
- name: black
run: pixi run black --diff --check
- name: isort
run: pixi run isort --check --diff