Skip to content

Add check readme action #8

Add check readme action

Add check readme action #8

Workflow file for this run

name: 'Check README'
on:
pull_request:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
check-readme:
runs-on: 'ubuntu-latest'
steps:
- uses: 'fox-projects/check-organization-links-action'