Skip to content

Commit

Permalink
link checker for tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
gulcingulletutan committed May 5, 2024
1 parent 4f50578 commit 17f5e61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Check Markdown links

on: push
on:
push: [master]

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: check links
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
Expand Down

0 comments on commit 17f5e61

Please sign in to comment.