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
.gitlab-ci.yml 0 → 100644
+ 12
0
before_script:
- |
apt-get update
apt-get -y --no-install-recommends install jq
apt-get clean
rm -rf /var/lib/apt/lists/*
lint:
stage: test
image: containers.ethitter.com:443/docker/images/debian:bullseye
script:
- sh ./.ci-scripts/lint.sh "$(<./files/default.yml)"
Loading