Skip to content
Snippets Groups Projects
Commit 0aba10d2 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

fix markdown pipeline

parent 02e07490
No related branches found
No related tags found
2 merge requests!611Production Release | nshmp-haz,!610Resolves - Update docker deployments
......@@ -165,8 +165,16 @@ Markdown Lint:
extends:
- .java
script:
- ./gradlew nodeInstall
- ./gradlew markdownlint
YAML Lint:
extends:
- .java
script:
- ./gradlew nodeInstall
- ./gradlew yamllint
Unit Tests:
artifacts:
paths:
......
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