Skip to content

Commit

Permalink
Add link checker (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
terkelg authored Feb 17, 2024
1 parent 54104c7 commit 372cf37
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 124 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Markdown Links Check

# runs every monday at 9 am
on:
# push:
# branches:
# - main
schedule:
- cron: "0 0 1 * *"

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
74 changes: 0 additions & 74 deletions code-of-conduct.md

This file was deleted.

4 changes: 1 addition & 3 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Contribution Guidelines

Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.

- Ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- If you just created something, wait at least a couple of weeks before submitting.
Expand All @@ -20,4 +18,4 @@ Thank you for your suggestion!

### Updating your PR

A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it.
A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one.
Loading

0 comments on commit 372cf37

Please sign in to comment.