Skip to content

Commit

Permalink
Merge pull request #122 from Xilinx/matthias.enable_code_format_checks
Browse files Browse the repository at this point in the history
CI: Enable PR action to check for proper code formatting
  • Loading branch information
mgehre-amd authored Mar 1, 2024
2 parents ee4d46c + be39468 commit 0e7d4e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ permissions:
jobs:
code_formatter:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- name: Fetch LLVM sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 0e7d4e9

Please sign in to comment.