Skip to content

Commit

Permalink
add lint to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamroz committed Sep 24, 2024
1 parent a5a566d commit aae695f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
python -m pip install --upgrade pip
pip install ruff
- name: Lint with Ruff
run: ruff check --output-format=github .
run: make lint
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ client:
# review commits of https://github.com/Nozbe/NTImporters/pull/40/files
client_dev:
openapi-generator-cli generate -i http://localhost:8888/v1/api/openapi.yaml -g python -o client_dev
lint:
ruff check --output-format=github .

0 comments on commit aae695f

Please sign in to comment.