Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Sep 14, 2024
1 parent 173e6d5 commit 130e1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

- name: Check style
working-directory: ${{ github.workspace }}/tests/ci
run: python3 code_style_check.py | tee /tmp/style_report.log
run: python3 code_style_check.py | tee /tmp/style_report.log && /tmp/style_report.log

- name: Install dependencies
run: pip install PyGithub cryptography
run: pip install PyGithub

- name: Comment on PR
run: python ./.github/workflows/comment.py "this is a test comment"

0 comments on commit 130e1a6

Please sign in to comment.