Skip to content

Travis to GHA

Travis to GHA #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"
jobs:
validate:
uses: ./.github/workflows/validate.yml