Skip to content

Commit 084d661

Browse files
committed
Rename GitHub action
1 parent 23a6053 commit 084d661

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/lint-patterns.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# from: https://github.com/marketplace/actions/markdown-linting-action
2-
3-
name: Validate pattern syntax
2+
name: Pattern Syntax Validation
43

54
on:
65
push:
@@ -9,11 +8,10 @@ on:
98
pull_request:
109

1110
jobs:
12-
validate-pattern-syntax:
11+
validate:
1312
runs-on: ubuntu-latest
1413
steps:
15-
- name: Check out code
16-
uses: actions/checkout@v2
14+
- uses: actions/checkout@v2
1715
- name: Problem Matcher for markdownlint-cli
1816
uses: xt0rted/markdownlint-problem-matcher@v1
1917
- name: Lint pattern files (markdown)

0 commit comments

Comments
 (0)