Skip to content

Commit

Permalink
ci tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Oct 16, 2024
1 parent d416248 commit 014ed70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/theHarvester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,14 @@ jobs:
- name: Lint with ruff
run: |
ruff check
continue-on-error: true
- name: Format with ruff
run: |
ruff format --check --diff
continue-on-error: true
- name: Test with pytest
run: |
pytest
continue-on-error: true
- name: Run theHarvester module Anubis
run: |
Expand Down

0 comments on commit 014ed70

Please sign in to comment.