RMHogervorst is running π #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MergeRequestChecker | |
run-name: ${{ github.actor }} is running π | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
check_hugo_files: | |
runs-on: node20 | |
steps: | |
- name: Check out the Hugo *.md files | |
uses: ChrisPrusik/HugoChecker@v6 | |
with: | |
hugo-folder: ${{ github.workspace }} | |
fix_things1: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check Spelling | |
uses: check-spelling/[email protected] | |
- name: Lychee Broken Link Checker | |
uses: lycheeverse/[email protected] | |