Skip to content

Commit a1857c3

Browse files
authored
chore: Fix markdown linting (#1465)
#### Summary <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 --> Same as cloudquery/cloudquery#16125 --- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑‍🎓 - [ ] Run `go fmt` to format your code 🖊 - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Update or add tests 🧪 - [ ] Ensure the status checks below are successful ✅
1 parent 7645b7a commit a1857c3

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

.github/workflows/lint_markdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
vale_flags: "--glob=!{docs/testdata/*,CHANGELOG.md,.github/styles/proselint/README.md,examples/simple_plugin/docs/*.md}"
2020
filter_mode: nofilter
21+
version: '3.0.3'
2122
env:
2223
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2324
lint-structure:

0 commit comments

Comments
 (0)