Skip to content

Commit

Permalink
Add CI job for composer-normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Nov 24, 2020
1 parent 7b07dc9 commit 2ac5b0f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: "Continuous Integration"

on:
Expand All @@ -21,11 +20,14 @@ jobs:
composer_normalize:
name: "Composer Normalize"
runs-on: "ubuntu-latest"
needs:
- "composer"
steps:
- name: "Composer Normalize"
run: "composer normalize --dry-run"
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: "docker://ergebnis/composer-normalize-action:latest"
with:
args: "--dry-run"

phpunit:
name: "PHPUnit"
Expand Down

0 comments on commit 2ac5b0f

Please sign in to comment.