Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
gitlab-ci-templates
3b13c6643e83d659d3d6b7c44e9d83b75a921088
3b13c6643e83d659d3d6b7c44e9d83b75a921088
Switch branch/tag
gitlab-ci-templates
templates
lint
safety.yml
Find file
Normal view
History
Permalink
safety.yml
111 Bytes
Edit
Web IDE (not supported)
Newer
Older
feat: add lint/safety.yml
Laurent Peuch
committed
Apr 30, 2021
1
2
---
safety
:
feat: make more jobs interruptible for performance improvement
Laurent Peuch
committed
Jul 24, 2021
3
interruptible
:
true
fix: missing stage lint on safety
Laurent Peuch
committed
Apr 30, 2021
4
stage
:
lint
feat: add lint/safety.yml
Laurent Peuch
committed
Apr 30, 2021
5
6
7
before_script
:
-
pip install tox
script
:
tox -e safety