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 c8bcff1 commit 6082254
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ jobs:
run: python3 code_style_check.py | tee style_report.log || true

- name: Upload style report
if: failure()
if: always()
uses: actions/upload-artifact@v3
with:
name: style-report
path: $(cat ${{ env.REPORT_DIR }}/style_report.log)

- name: url
run: |
echo "Artifact URL: ${{ steps.upload-style-report.outputs.artifact-url }}"
- name: Install dependencies
run: pip install PyGithub

Expand Down

0 comments on commit 6082254

Please sign in to comment.