Skip to content

Commit

Permalink
Merge branch 'main' into fix-CJ-mobile-banner
Browse files Browse the repository at this point in the history
  • Loading branch information
kosayoda authored Oct 8, 2023
2 parents 9546104 + 3532cd9 commit 3fcc2a7
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 240 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 3fcc2a7

Please sign in to comment.