diff --git a/.drone.yml b/.drone.yml index 094073f4..bbff99c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,6 @@ platform: arch: arm64 steps: -- name: check-formatting - image: ubuntu - commands: - - apt update - - apt install clang-format-14 -y - - tools/check-formatting.sh - name: build image: ubuntu commands: @@ -21,6 +15,12 @@ steps: - tar xf toolchain-linux-arm64.tar.gz - rm toolchain-linux-arm64.tar.gz - tools/rebuild-iso.sh +- name: check-formatting + image: ubuntu + commands: + - apt update + - apt install clang-format-14 grep -y + - tools/check-formatting.sh trigger: branch: