Skip to content

RMHogervorst is running πŸš€ #3

RMHogervorst is running πŸš€

RMHogervorst is running πŸš€ #3

Workflow file for this run

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]