Update drone.yml
This commit is contained in:
parent
ac2da14319
commit
62e4ed824d
@ -9,6 +9,8 @@ steps:
|
||||
- name: check-formatting
|
||||
image: ubuntu
|
||||
commands:
|
||||
- apt update
|
||||
- apt install clang-format-14 -y
|
||||
- tools/check-formatting.sh
|
||||
- name: build
|
||||
image: ubuntu
|
||||
|
Loading…
Reference in New Issue
Block a user