ci: cleanup env vars and fix linting #8

Merged
xoxys merged 1 commits from cleanup into main 2023-12-15 12:05:49 +00:00
5 changed files with 6 additions and 4 deletions
Showing only changes of commit 75edee7ed5 - Show all commits

View File

@ -1,3 +1,2 @@
Ansible
Kaussow
geekdocFlatSection

View File

@ -10,16 +10,15 @@ steps:
image: quay.io/thegeeklab/markdownlint-cli
group: test
commands:
- markdownlint 'README.md' 'CONTRIBUTING.md'
- markdownlint 'docs/**/*.md' 'README.md'
spellcheck:
image: quay.io/thegeeklab/alpine-tools
group: test
commands:
- spellchecker --files 'docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls
- spellchecker --files 'docs/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title tags
environment:
FORCE_COLOR: "true"
NPM_CONFIG_LOGLEVEL: "error"
link-validation:
image: docker.io/lycheeverse/lychee

View File

@ -6,5 +6,7 @@ geekdocFlatSection: true
General custom content collection for Ansible.
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->

View File

@ -14,6 +14,7 @@ my_list:
```
Or pass a custom prefix:
```Yaml
my_list:
- item1

View File

@ -14,6 +14,7 @@ my_list:
```
Or pass a custom wrapper:
```Yaml
my_list:
- item1