Skip to content

Commit

Permalink
Create on_mr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RMHogervorst authored Jan 28, 2024
1 parent 28a7989 commit bc02efa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/on_mr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: MergeRequestChecker
run-name: ${{ github.actor }} is running 🚀
on:
pull_request:
branches:
- main
jobs:
fix_things1:
runs-on: ubuntu-latest
steps:
- name: HugoChecker
uses: ChrisPrusik/HugoChecker@v6
- name: Check Spelling
uses: check-spelling/[email protected]
- name: Lychee Broken Link Checker
uses: lycheeverse/[email protected]

0 comments on commit bc02efa

Please sign in to comment.