Skip to content

Commit

Permalink
[ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
keenborder786 committed Jun 5, 2024
1 parent 10aa477 commit a103c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: make

- name: linter

- name: Running Linter
run: make lint
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTHON_FILES=./src
PYTHON_FILES=src
lint:
poetry run ruff $(PYTHON_FILES)
poetry run mypy $(PYTHON_FILES)
Expand Down

0 comments on commit a103c5e

Please sign in to comment.