File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 code_formatter :
1414 runs-on : ubuntu-24.04
15+ container :
16+ image : ' ghcr.io/llvm/ci-ubuntu-24.04:latest'
1517 timeout-minutes : 30
1618 concurrency :
1719 group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
3941 echo "Formatting files:"
4042 echo "$CHANGED_FILES"
4143
42- # The clang format version should always be upgraded to the first version
43- # of a release cycle (x.1.0) or the last version of a release cycle, or
44- # if there have been relevant clang-format backports.
45- - name : Install clang-format
46- uses : aminya/setup-cpp@17c11551771948abc5752bbf3183482567c7caf0 # v1.1.1
47- with :
48- clangformat : 21.1.0
49-
5044 - name : Setup Python env
5145 uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
5246 with :
You can’t perform that action at this time.
0 commit comments