Skip to content

Commit

Permalink
markedown ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
drspacemn committed Jan 19, 2024
1 parent 31b7ecb commit ca74e75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
---
title: {{ env.GITHUB_BASE_REF }}
---
<!--TODO does env need to be changed?-->

<!-- uncomment line below if change is breaking -->
<!-- ## CHANGE IS BREAKING -->
## Issue Number: N/A

- [ ] feat
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on: [push, pull_request]
permissions: read-all

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1

check:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ca74e75

Please sign in to comment.