Skip to content

Commit

Permalink
Merge pull request #10 from rndquu/ci/fix-knip
Browse files Browse the repository at this point in the history
ci: fix knip
  • Loading branch information
rndquu authored Jun 26, 2024
2 parents cf32c8f + 52d947c commit da78017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/knip-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions: write-all
jobs:
knip-reporter:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion != 'success' }}
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -26,7 +27,6 @@ jobs:
trim: true

- name: Report knip results to pull request
if: ${{ github.event.workflow_run.conclusion != 'success' }}
uses: gitcoindev/knip-reporter@main
with:
verbose: true
Expand Down

0 comments on commit da78017

Please sign in to comment.