Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ stages: # stages - "linting" - "image-build" - "build" - "deployment" Loading @@ -13,6 +13,6 @@ stages: include: # deployment - local: ".gitlab/linting.yaml" - local: ".gitlab/image-build.yaml" - local: ".gitlab/build.yaml" - local: ".gitlab/deployment.yaml" - local: ".gitlab/linting.yaml" .gitlab/image-build.yaml→.gitlab/build.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ variables: stages: - "build" image-build: stage: "image-build" build: stage: "build" image: "quay.io/buildah/stable:latest" script: Loading .markdownlint-cli2.jsonc 0 → 100644 +13 −0 Original line number Diff line number Diff line { // files to lint "globs": [ "readme.md", "docs/**/*.md" ], // linting rules "config": { "MD013": { "line_length": 120 } } } readme.md +3 −1 Original line number Diff line number Diff line The Hugo code and Dockerfile for building [simoncor.net](https://simoncor.net). # Overview The Hugo code and Dockerfile for building [simoncor.net](<https://simoncor.net>). Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ stages: # stages - "linting" - "image-build" - "build" - "deployment" Loading @@ -13,6 +13,6 @@ stages: include: # deployment - local: ".gitlab/linting.yaml" - local: ".gitlab/image-build.yaml" - local: ".gitlab/build.yaml" - local: ".gitlab/deployment.yaml" - local: ".gitlab/linting.yaml"
.gitlab/image-build.yaml→.gitlab/build.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,8 @@ variables: stages: - "build" image-build: stage: "image-build" build: stage: "build" image: "quay.io/buildah/stable:latest" script: Loading
.markdownlint-cli2.jsonc 0 → 100644 +13 −0 Original line number Diff line number Diff line { // files to lint "globs": [ "readme.md", "docs/**/*.md" ], // linting rules "config": { "MD013": { "line_length": 120 } } }
readme.md +3 −1 Original line number Diff line number Diff line The Hugo code and Dockerfile for building [simoncor.net](https://simoncor.net). # Overview The Hugo code and Dockerfile for building [simoncor.net](<https://simoncor.net>).