Skip to content
Snippets Groups Projects
Commit 67986fbf authored by Martin Wölzer's avatar Martin Wölzer
Browse files

.gitlab-ci/check.yml: introduced check pipelines

parent 1313d6e2
No related branches found
No related tags found
1 merge request!24Create release v.0.6.0
stages: stages:
- format - format
- check
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
include: include:
- local: /.gitlab-ci/format.yml - local: /.gitlab-ci/format.yml
- local: /.gitlab-ci/check.yml
.check-template:
stage: check
dependencies: []
shellcheck:
extends:
- .check-template
script:
- .ci/check/shellcheck.sh
tags:
- ubuntu-24.04-amd64
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