ci: update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-07-11 13:04:38 +03:30
parent bfaef60af4
commit b6953c2a9e
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -9,6 +9,7 @@ trigger:
steps: steps:
- name: clang format - name: clang format
image: clang_format:latest image: clang_format:latest
pull: if-not-exists
commands: commands:
- | - |
set -e set -e