Skip to content

Remove UsingDirectivePath wrapper rule from v0/v1, not used in v2 #142

Remove UsingDirectivePath wrapper rule from v0/v1, not used in v2

Remove UsingDirectivePath wrapper rule from v0/v1, not used in v2 #142

Workflow file for this run

name: "ci"
on:
# Run using manual triggers from GitHub UI:
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch: {}
# Run on every pull request (external branches):
pull_request: {}
# Run on pushes to internal branches:
# Except 'main', which is handled by 'deploy.yml'.
push:
branches-ignore:
- "main"
jobs:
ci:
uses: "./.github/workflows/_jobs_ci.yml"