Skip to content

Commit 0e7d4e9

Browse files
authored
Merge pull request #122 from Xilinx/matthias.enable_code_format_checks
CI: Enable PR action to check for proper code formatting
2 parents ee4d46c + be39468 commit 0e7d4e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ permissions:
66
jobs:
77
code_formatter:
88
runs-on: ubuntu-latest
9-
if: github.repository == 'llvm/llvm-project'
109
steps:
1110
- name: Fetch LLVM sources
1211
uses: actions/checkout@v4

0 commit comments

Comments
 (0)