Skip to content

Commit 2d8184a

Browse files
ci: configure languages
1 parent 69c1fa6 commit 2d8184a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/lint.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,13 @@ jobs:
5353
# To report GitHub Actions status checks
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
LINTER_RULES_PATH: ${{ github.workspace }}
56+
57+
VALIDATE_MARKDOWN: true
5658
MARKDOWN_CONFIG_FILE: .markdownlint.yaml
59+
60+
VALIDATE_YAML: true
5761
YAML_CONFIG_FILE: .yamllint.yaml
62+
63+
VALIDATE_GHERKIN: true
64+
VALIDATE_GITHUB_ACTIONS: true
65+
VALIDATE_JSON: true

0 commit comments

Comments
 (0)