Skip to content

RMHogervorst is running πŸš€ #2

RMHogervorst is running πŸš€

RMHogervorst is running πŸš€ #2

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / MergeRequestChecker

Invalid workflow file

The workflow is not valid. .github/workflows/on_mr.yml (Line: 23, Col: 1): Unexpected value 'runs'
steps:
-