mirror of
https://github.com/i3/i3.git
synced 2026-03-30 03:36:11 +00:00
Update ubuntu & clang-format in builds (#5467)
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user