Skip to content

Commit

Permalink
Create website-schema template
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Dec 10, 2024
1 parent 2ddc19a commit eeaa3a9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions workflow-templates/website-schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

name: "Website Schema"

on:
pull_request:
branches:
- "*.x"
paths:
- ".doctrine-project.json"
push:
branches:
- "*.x"
paths:
- ".doctrine-project.json"

jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/website-schema.yml@use_a_valid_ref_here"

0 comments on commit eeaa3a9

Please sign in to comment.