Skip to content

TypeScript Parser Implementation #6

TypeScript Parser Implementation

TypeScript Parser Implementation #6

Workflow file for this run

name: pull request
on:
pull_request:
types: [ opened, reopened, synchronize ]
branches: [ main ]
paths:
- '**.cs'
- '**.json'
- '**.csproj'
- '**.sln'
jobs:
validate:
name: validate
uses: ./.github/workflows/build-validation.yml

Check failure on line 16 in .github/workflows/pr-validation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-validation.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-validation.yml" -> "./.github/workflows/build-validation.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger