Skip to content

ci: test policies

ci: test policies #9

Workflow file for this run

name: Call Validate PR
on:
pull_request:
branches:
- master
types:
- opened
- edited
jobs:
validate-pr:
uses: entur/gh-workflows/.github/workflows/pr-validation.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}