Skip to content

Commit 80602f8

Browse files
committed
REMOVE_ME
1 parent 8e29992 commit 80602f8

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/workflows/run-clang-format.yml

+3-15
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,15 @@ name: PR checks (clang-format)
33
on: pull_request
44

55
jobs:
6-
check:
7-
name: Run clang-format
6+
comment:
87
runs-on: ubuntu-latest
98
steps:
10-
# - uses: actions/checkout@v4
11-
# with:
12-
# fetch-depth: 0
13-
# ref: ${{ github.event.pull_request.head.sha }}
14-
# - name: Run clang-format
15-
# run: |
16-
# {
17-
# echo 'CLANG_FORMAT_DIFF<<EOF'
18-
# git clang-format-16 --diff origin/${{ github.base_ref }} || true
19-
# echo EOF
20-
# } >> "$GITHUB_ENV"
219
- uses: actions/github-script@v7
2210
with:
2311
script: |
2412
octokit.rest.issues.createComment({
2513
issue_number: context.issue.number,
2614
owner: context.repo.owner,
2715
repo: context.repo.repo,
28-
body: 'hola'
29-
})
16+
body: '👋 Thanks for reporting!'
17+
})

0 commit comments

Comments
 (0)