Skip to content

Commit

Permalink
Merge branch 'main' into remove-the-redirect-filter-list
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius authored Oct 1, 2023
2 parents be6b698 + 4a5eb3e commit e74ce94
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Run `ruff` using github formatting to enable automatic inline annotations.
- name: Run ruff
run: "ruff check --format=github ."
run: "ruff check --output-format=github ."

- name: Migrations and run tests with coverage.py
run: |
Expand Down
Loading

0 comments on commit e74ce94

Please sign in to comment.