Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd5fcdc

Browse files
committed
Update docs workflow path matching and add actionlint
1 parent b733ad1 commit cd5fcdc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/docs-ci.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
branches:
66
- main
77
paths:
8-
- docs/**
9-
- **.md
10-
- .github/workflows/docs-ci.yaml
8+
- "docs/**"
9+
- "**.md"
10+
- ".github/workflows/docs-ci.yaml"
1111

1212
pull_request:
1313
paths:
14-
- docs/**
15-
- **.md
16-
- .github/workflows/docs-ci.yaml
14+
- "docs/**"
15+
- "**.md"
16+
- ".github/workflows/docs-ci.yaml"
1717

1818
jobs:
1919
docs:
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
files: |
3232
docs/**
33-
README.md
33+
**.md
3434
separator: ","
3535

3636
- name: lint

actionlint

4.87 MB
Binary file not shown.

0 commit comments

Comments
 (0)