-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cherry picked from commit 294ec4d) # Conflicts: # .github/workflows/md-link-checker.yml # .github/workflows/test-integration.yml # .github/workflows/test-lint.yml # .github/workflows/test.yml
- Loading branch information
1 parent
d0b7a39
commit 8225c7e
Showing
4 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
name: Check Markdown links | ||
on: | ||
pull_request: | ||
paths: | ||
- "**.*.md" | ||
push: | ||
paths: | ||
- "**.*.md" | ||
branches: | ||
- main | ||
- release/* | ||
|
@@ -18,14 +14,18 @@ jobs: | |
markdown-link-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
<<<<<<< HEAD | ||
- uses: actions/[email protected] | ||
- uses: technote-space/[email protected] | ||
with: | ||
PATTERNS: | | ||
**/*.md | ||
======= | ||
- uses: actions/checkout@v4 | ||
>>>>>>> 294ec4d5 (ci: always run ci (#4334)) | ||
- uses: gaurav-nelson/[email protected] | ||
if: env.GIT_DIFF | ||
with: | ||
folder-path: "." | ||
use-verbose-mode: 'yes' | ||
config-file: '.github/workflows/md-link-checker-config.json' | ||
use-verbose-mode: "yes" | ||
config-file: ".github/workflows/md-link-checker-config.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ jobs: | |
os: [ubuntu-latest, macos-latest] | ||
test-path: ${{fromJson(needs.pre-test.outputs.matrix)}} | ||
steps: | ||
<<<<<<< HEAD | ||
- uses: actions/[email protected] | ||
- uses: technote-space/[email protected] | ||
with: | ||
|
@@ -46,6 +47,9 @@ jobs: | |
go.mod | ||
go.sum | ||
**/testdata/** | ||
======= | ||
- uses: actions/checkout@v4 | ||
>>>>>>> 294ec4d5 (ci: always run ci (#4334)) | ||
|
||
- uses: actions/setup-go@v4 | ||
if: env.GIT_DIFF | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
timeout-minutes: 6 | ||
steps: | ||
<<<<<<< HEAD | ||
- uses: actions/[email protected] | ||
- uses: technote-space/[email protected] | ||
with: | ||
|
@@ -27,6 +28,9 @@ jobs: | |
**/*.plush | ||
go.mod | ||
go.sum | ||
======= | ||
- uses: actions/checkout@v4 | ||
>>>>>>> 294ec4d5 (ci: always run ci (#4334)) | ||
|
||
- uses: actions/setup-go@v4 | ||
if: env.GIT_DIFF | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ jobs: | |
matrix: | ||
os: [ubuntu-latest, macos-latest] | ||
steps: | ||
<<<<<<< HEAD | ||
- uses: actions/[email protected] | ||
- uses: technote-space/[email protected] | ||
with: | ||
|
@@ -29,6 +30,9 @@ jobs: | |
go.mod | ||
go.sum | ||
**/testdata/** | ||
======= | ||
- uses: actions/checkout@v4 | ||
>>>>>>> 294ec4d5 (ci: always run ci (#4334)) | ||
|
||
- uses: actions/setup-go@v4 | ||
if: env.GIT_DIFF | ||
|