image: debian/stable packages: - build-essential - clang-format-13 tasks: - build: | cd opendeco make - check-format: | cd opendeco clang-format-13 -n --Werror *.c *.h artifacts: - opendeco/opendeco