aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2022-12-06 11:06:18 +0100
committerGitHub <noreply@github.com>2022-12-06 11:06:18 +0100
commitfd95a47183679c0c36e7fc0567f34c16fa64f723 (patch)
treebe4662a66c4743addf84b9287a6f5d1d64ef46f2
parent30131ed69795387ddc576b5dab24b5649e5b8583 (diff)
downloadi3-fd95a47183679c0c36e7fc0567f34c16fa64f723.tar.gz
i3-fd95a47183679c0c36e7fc0567f34c16fa64f723.zip
Update to clang-format-12 (as 10 is no longer installable) (#5317)
No changes to the code are needed.
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 40b7b24f..5e460a63 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -95,8 +95,8 @@ jobs:
run: ./release-notes/generator.pl
- name: Install dependencies
run: |
- sudo apt-get install -y clang-format-10
+ sudo apt-get install -y clang-format-12
- name: Check formatting
- run: clang-format-10 --dry-run --Werror $(git ls-files '*.c' '*.h')
+ run: clang-format-12 --dry-run --Werror $(git ls-files '*.c' '*.h')
- name: Verify safe wrapper functions are used
run: ./travis/check-safe-wrappers.sh