Skip to content
Snippets Groups Projects

Add GitLab scanning, linting

Merged Erick Hitter requested to merge add/gl-tools into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -9,4 +9,4 @@ lint:
@@ -9,4 +9,4 @@ lint:
stage: test
stage: test
image: containers.ethitter.com:443/docker/images/debian:bullseye
image: containers.ethitter.com:443/docker/images/debian:bullseye
script:
script:
- sh ./.ci-scripts/lint.sh "$(<./plugins/default.yml)"
- sh ./.ci-scripts/lint.sh "$(<./files/default.yml)"
Loading