We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a6053 commit 084d661Copy full SHA for 084d661
.github/workflows/lint-patterns.yml
@@ -1,6 +1,5 @@
1
# from: https://github.com/marketplace/actions/markdown-linting-action
2
-
3
-name: Validate pattern syntax
+name: Pattern Syntax Validation
4
5
on:
6
push:
@@ -9,11 +8,10 @@ on:
9
8
pull_request:
10
11
jobs:
12
- validate-pattern-syntax:
+ validate:
13
runs-on: ubuntu-latest
14
steps:
15
- - name: Check out code
16
- uses: actions/checkout@v2
+ - uses: actions/checkout@v2
17
- name: Problem Matcher for markdownlint-cli
18
uses: xt0rted/markdownlint-problem-matcher@v1
19
- name: Lint pattern files (markdown)
0 commit comments