Skip to content

RMHogervorst is running πŸš€ #4

RMHogervorst is running πŸš€

RMHogervorst is running πŸš€ #4

Workflow file for this run

name: MergeRequestChecker
run-name: ${{ github.actor }} is running πŸš€
on:
pull_request:
branches:
- main
jobs:
hugochecker:
runs-on: node-20
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]