mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Revert "[Github] Make PR formatting job only run with C/C++ changes (#69556)"
This reverts commit 80b2aac2c6.
I mistakenly assumed this job didn't also do python formatting
(should've grepped for more than just black in the python portion of
this script). Pulling it out for now to get python formatting working
again while the patch is iterated further.
This commit is contained in:
13
.github/workflows/pr-code-format.yml
vendored
13
.github/workflows/pr-code-format.yml
vendored
@@ -1,19 +1,10 @@
|
||||
name: "Check code formatting"
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
paths:
|
||||
- '**/*.cpp'
|
||||
- '**/*.c'
|
||||
- '**/*.h'
|
||||
- '**/*.inc'
|
||||
|
||||
on: pull_request_target
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
cpp_code_formatter:
|
||||
name: "Check C++ Formatting"
|
||||
code_formatter:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch LLVM sources
|
||||
|
||||
Reference in New Issue
Block a user