Skip to content

Commit

Permalink
pixi: add pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Dec 7, 2024
1 parent ed1640f commit 6dea1e4
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 1,627 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
- uses: prefix-dev/[email protected]
with:
auto-update-conda: true
python-version: "3.11"
use-only-tar-bz2: true
miniforge-version: latest
- name: install dependencies
run: |
mamba update --all
mamba install freecad numpy scipy pylint
- name: Analysing the code with pylint
run: |
${CONDA}/bin/pylint $(git ls-files '*.py')
pixi-version: v0.39.0
cache: false
- run: pixi run lint
Loading

0 comments on commit 6dea1e4

Please sign in to comment.