Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
irp
Fresnel
Commits
748b52a3
Commit
748b52a3
authored
Feb 16, 2021
by
Leon Merten Lohse
Browse files
add gitlab ci
parent
20999dd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
748b52a3
stages
:
-
lint
pylint
:
image
:
"
python:latest"
stage
:
lint
script
:
-
pip install pylint
-
pylint fresnel
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment