Skip to content

Commit

Permalink
chore: gitignore and workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abinba committed Jul 19, 2024
1 parent 980c1d2 commit 5cf9ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: poetry install --no-interaction --no-root --with dev

- name: Code Quality
run: poetry run ruff src/
run: poetry run ruff check pe_analyzer/

- name: Unit Tests
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
venv
*.env
.env

0 comments on commit 5cf9ef7

Please sign in to comment.