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