Skip to content
Snippets Groups Projects
Commit 2a6e7943 authored by David Trattnig's avatar David Trattnig
Browse files

ci: add basic lint step

parent d41859ab
No related branches found
No related tags found
No related merge requests found
Pipeline #2643 passed
...@@ -10,7 +10,7 @@ stages: ...@@ -10,7 +10,7 @@ stages:
- whoami - whoami
# Cannot install due "liquidsoap" user (see https://gitlab.servus.at/aura/engine-core/-/issues/40) # Cannot install due "liquidsoap" user (see https://gitlab.servus.at/aura/engine-core/-/issues/40)
# - apt-get -qq update # - apt-get -qq update
# - apt-get -y install codespell # - apt-get -y install codespell make
# - make init.app # - make init.app
.release-rules: &release-rules .release-rules: &release-rules
...@@ -26,7 +26,9 @@ check_style: ...@@ -26,7 +26,9 @@ check_style:
before_script: before_script:
- *install_requirements - *install_requirements
script: script:
- make lint liquidsoap --check src/engine.liq
# See engine-core#40
# - make lint
# - make spell # - make spell
docker-push: docker-push:
......
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