We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397e259 commit 7288a54Copy full SHA for 7288a54
.github/workflows/checkCITATION.cff.yml
@@ -14,7 +14,8 @@ jobs:
14
timeout-minutes: 5
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v5
+ - name: Checkout repository
18
+ uses: actions/checkout@v5
19
with:
20
fetch-depth: 5
21
- name: Validate CITATION.cff
.github/workflows/checkLinksMarkdown.yml
@@ -0,0 +1,19 @@
1
+name: README.md
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: "33 3 * * 7"
7
8
+jobs:
9
+ check:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
13
+ with:
+ fetch-depth: 5
+ - name: Check links in README.md
+ uses: gaurav-nelson/github-action-markdown-link-check@v1
+ file-path: './README.md'
0 commit comments