Skip to content

Commit

Permalink
ci: add composer validation job
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored and lyrixx committed Mar 11, 2024
1 parent fc44bc6 commit d03a02d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -10,6 +10,18 @@ permissions:
contents: read

jobs:
check-composer-validation:
name: Composer validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Composer Validate
uses: docker://composer:2.7.1
with:
args: validate

check-cs:
name: Coding Standards
runs-on: ubuntu-latest
Expand Down

0 comments on commit d03a02d

Please sign in to comment.