Skip to content

Commit

Permalink
Turn cython-lint back on & lint cython
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jul 18, 2024
1 parent dbf39ff commit bd0dbab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
run: |
python -m pylint src/gstools/
#- name: cython-lint check
#run: |
#cython-lint src/gstools/
- name: cython-lint check
run: |
cython-lint src/gstools/
build_wheels:
name: wheels for ${{ matrix.os }}
Expand Down

0 comments on commit bd0dbab

Please sign in to comment.