Skip to content

Update github-markup requirement from ~> 3 to >= 3, < 5 #8

Update github-markup requirement from ~> 3 to >= 3, < 5

Update github-markup requirement from ~> 3 to >= 3, < 5 #8

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
# dependabot PRs only have read permission so cannot run this workflow.
paths-ignore:
- "**/*.md"
- ".gitignore"
- "README.md"
- ".env.example"
- "docs/*"
jobs:
validate:
uses: ./.github/workflows/validate.yml