Skip to content

Commit

Permalink
Update paper-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Feb 27, 2024
1 parent 3a6da63 commit b931c69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/paper-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
with:
repository: ${{ github.event.inputs.repository }}
- name: CLOC
run: cloc --quiet ${{ github.action_path }} > cloc-results.txt
run: |
apk add --no-cache --update cloc
cloc --quiet --report-file=cloc-results.txt ${{ github.action_path }}
- name: Post results
run: gh issue comment ${{ github.event.inputs.issue_id }} --body-file cloc-results.txt
env:
Expand Down

0 comments on commit b931c69

Please sign in to comment.