Skip to content

Workflow file for this run

name: MergeRequestChecker
run-name: ${{ github.actor }} is running 🚀
on:
pull_request:
branches:
- main
jobs:

Check failure on line 7 in .github/workflows/on_mr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_mr.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
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: checkout
uses: actions/checkout@v4
- name: Check Spelling
uses: check-spelling/[email protected]
- name: Lychee Broken Link Checker
uses: lycheeverse/[email protected]