Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
engine-api
Commits
175268b5
Commit
175268b5
authored
Mar 19, 2022
by
Lars Kruse
Browse files
ci: run style check tests
parent
4d8eff1e
Pipeline
#1668
failed with stage
in 2 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
175268b5
...
...
@@ -2,6 +2,7 @@ image: python:3.8-buster
stages
:
-
bundle
-
test
-
deploy
variables
:
...
...
@@ -31,6 +32,15 @@ bundle_and_test:
only
:
-
$CI_DEFAULT_BRANCH
check_style
:
stage
:
test
before_script
:
-
apt-get --quiet update
-
apt-get --quiet --yes install codespell make python3-flake8
script
:
-
make lint
-
make spelling
# test_api:
# stage: test
# script:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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