Skip to content

Commit 4b0480a

Browse files
authored
Linting errors in markdown file added to test automatic fixing
1 parent 868a52e commit 4b0480a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ and jobs, based on the files modified by pull request, on a feature branch, or b
210210
Output parameters:
211211

212212
- For each filter, it sets output variable named by the filter to the text:
213-
- 'true' - if any of changed files matches any of filter rules
213+
- 'true' - if any of changed files matches any of filter rules
214214
- 'false' - if none of changed files matches any of filter rules
215215

216216
### action-codeql
@@ -226,7 +226,7 @@ Executes the following steps:
226226
5. Perform CodeQL analysis for language type
227227

228228
<!-- prettier-ignore -->
229-
```yaml
229+
```yml
230230
- uses: it-at-m/lhm_actions/action-templates/actions/action-codeql
231231
with:
232232
# CodeQL language name to scan with (e.g java-kotlin, javascript-typescript, python, ...)

0 commit comments

Comments
 (0)