Skip to content

Travis to GHA

Travis to GHA #3

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
secrets:
token: ${{ secrets.WT_GITHUB_REPO_RO_PACKAGES_RO }}