Skip to content

Commit

Permalink
Added coding standards workflow
Browse files Browse the repository at this point in the history
TomHAnderson committed Oct 3, 2024
1 parent 50f6bd1 commit 12699ec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Coding Standards"

on:
pull_request:
branches:
- "*.x"
- "main"
push:
branches:
- "*.x"
- "main"

jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.3.0"
with:
php-version: '8.1'
composer-options: '--prefer-dist --ignore-platform-req=php'

0 comments on commit 12699ec

Please sign in to comment.