Skip to content

Commit

Permalink
fixup: no debug
Browse files Browse the repository at this point in the history
  • Loading branch information
neiljp committed Jan 17, 2024
1 parent ef477e8 commit e399b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Run gitlint
run:
git fetch https://github.com/zulip/zulip-terminal main;
gitlint --commits FETCH_HEAD..${{ github.event.pull_request.head.sha }} --debug
gitlint --commits FETCH_HEAD..${{ github.event.pull_request.head.sha }}

base_pytest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e399b7d

Please sign in to comment.