Skip to content
Snippets Groups Projects
Verified Commit 79c47881 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Install clang-format for linter job

parent fae47acc
No related branches found
No related tags found
No related merge requests found
Pipeline #1283 failed
......@@ -138,7 +138,7 @@ linting:
tags: [docker]
needs: []
before_script:
- apk update && apk add clang make git
- apk update && apk add clang-extra-tools make git
script:
- make lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment