mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-03-14 21:27:17 +01:00
Compare commits
1 Commits
v4.2.0
..
3ebc40c2ad
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ebc40c2ad |
@@ -8,7 +8,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: "ubuntu-latest"
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
runs-on:
|
||||||
|
- "ubuntu-latest"
|
||||||
|
- "windows-latest"
|
||||||
|
- "macos-latest"
|
||||||
|
runs-on: "${{ matrix.runs-on }}"
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v4.2.2"
|
- uses: "actions/checkout@v4.2.2"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user