We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52e5336 + bb7c051 commit 707518aCopy full SHA for 707518a
1 file changed
.github/workflows/github-actions-clang-tidy-post.yml
@@ -33,5 +33,5 @@ jobs:
33
const fs = require('fs');
34
fs.writeFileSync('${{github.workspace}}/clang-tidy-review.zip', Buffer.from(download.data));
35
- name: 'Unzip artifact'
36
- run: unzip clang-tidy-review.zip
+ run: unzip -o clang-tidy-review.zip
37
- uses: The-OpenROAD-Project/clang-tidy-review/post@master
0 commit comments