Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b733ad1 commit cd5fcdcCopy full SHA for cd5fcdc
.github/workflows/docs-ci.yaml
@@ -5,15 +5,15 @@ on:
5
branches:
6
- main
7
paths:
8
- - docs/**
9
- - **.md
10
- - .github/workflows/docs-ci.yaml
+ - "docs/**"
+ - "**.md"
+ - ".github/workflows/docs-ci.yaml"
11
12
pull_request:
13
14
15
16
17
18
jobs:
19
docs:
@@ -30,7 +30,7 @@ jobs:
30
with:
31
files: |
32
docs/**
33
- README.md
+ **.md
34
separator: ","
35
36
- name: lint
actionlint
4.87 MB
0 commit comments