aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2023-04-02 16:24:15 +0200
committerGitHub <noreply@github.com>2023-04-02 16:24:15 +0200
commit892ae730cb5cdfe84deedf835696c30f5b94bd81 (patch)
treec69947ab6f9ce848bfd8de4c25275ea3203e5add /.github
parentecb9b895c7690532e3a008917cb3867c8c3ae6b0 (diff)
downloadi3-892ae730cb5cdfe84deedf835696c30f5b94bd81.tar.gz
i3-892ae730cb5cdfe84deedf835696c30f5b94bd81.zip
Update ubuntu & clang-format in builds (#5467)
Diffstat (limited to '.github')
-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 98c7f380..e9842600 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -84,8 +84,8 @@ jobs:
run: ./release-notes/generator.pl
- name: Install dependencies
run: |
- sudo apt-get install -y clang-format-12
+ sudo apt-get install -y clang-format-14
- name: Check formatting
- run: clang-format-12 --dry-run --Werror $(git ls-files '*.c' '*.h')
+ run: clang-format-14 --dry-run --Werror $(git ls-files '*.c' '*.h')
- name: Verify safe wrapper functions are used
run: ./travis/check-safe-wrappers.sh