Skip to content
Snippets Groups Projects
Commit 48a93222 authored by florian's avatar florian
Browse files

WIP: Add git to code-style stage

parent b3827de2
Branches
Tags
No related merge requests found
Pipeline #9526 failed
......@@ -27,6 +27,8 @@ code-style:
image: julia:1.6
tags: [ docker ]
script:
# install git
- apt-get install git
# install JuliaFormatter
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
# try and format the files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment