Skip to content

Commit

Permalink
Merge pull request #321 from drupol/ci/add/composer-validate-step
Browse files Browse the repository at this point in the history
ci: add `composer validation` job
  • Loading branch information
lyrixx committed Mar 11, 2024
2 parents fc44bc6 + d03a02d commit b4bbadf
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 b4bbadf

Please sign in to comment.