Skip to content

Commit

Permalink
Conditional lint
Browse files Browse the repository at this point in the history
  • Loading branch information
prodion23 committed Oct 21, 2024
1 parent bbd687f commit f1d0fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
pip install -r requirements.txt -r dev-requirements.txt
- name: Lint files
if: startsWith(matrix.python-version, '3.9') || startsWith(matrix.python-version, '3.10') || startsWith(matrix.python-version, '3.11') || startsWith(matrix.python-version, '3.12')
run: make lint

- name: Install protobuf compiler
Expand Down

0 comments on commit f1d0fbf

Please sign in to comment.