Skip to content

Commit

Permalink
refactor: one line
Browse files Browse the repository at this point in the history
Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 committed Dec 10, 2024
1 parent ccbbf16 commit 4a68631
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clang-tidy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ runs:
run: |
mkdir /tmp/clang-tidy-result
run-clang-tidy -p build/ -export-fixes /tmp/clang-tidy-result/fixes.yaml -j $(nproc) ${{ steps.get-target-files.outputs.target-files }} > /tmp/clang-tidy-result/report.log && true
exit_code=$?
echo "exit_code=$exit_code" >> $GITHUB_ENV
echo "exit_code=$?" >> $GITHUB_ENV
echo "${{ github.event.number }}" > /tmp/clang-tidy-result/pr-id.txt
echo "${{ github.event.pull_request.head.repo.full_name }}" > /tmp/clang-tidy-result/pr-head-repo.txt
echo "${{ github.event.pull_request.head.ref }}" > /tmp/clang-tidy-result/pr-head-ref.txt
Expand Down

0 comments on commit 4a68631

Please sign in to comment.