We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd8603 commit 10ab17cCopy full SHA for 10ab17c
1 file changed
.github/workflows/main.yml
@@ -8,17 +8,6 @@ on:
8
pull_request:
9
10
jobs:
11
- markdownChecker:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v4
15
-
16
- - name: Markdown Checker
17
- uses: DavidAnson/markdownlint-cli2-action@v19
18
- with:
19
- globs: |
20
- README.md
21
- docs/*.md
22
linkChecker:
23
runs-on: ubuntu-latest
24
steps:
@@ -37,7 +26,7 @@ jobs:
37
26
strategy:
38
27
matrix:
39
28
ruby:
40
- - '3.4.3'
29
+ - "3.4.3"
41
30
42
31
- uses: actions/checkout@v4
43
32
- name: Set up Ruby
0 commit comments