Browse Source

changed tab spacing

pull/7804/head
Callum Waters 4 years ago
committed by GitHub
parent
commit
e963deff5a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions
  1. +9
    -7
      .github/workflows/action.yml

+ 9
- 7
.github/workflows/action.yml View File

@ -1,10 +1,12 @@
name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@0.6.0
with:
folder-path: "spec"
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@0.6.0
with:
folder-path: 'spec'

Loading…
Cancel
Save