Skip to content

Commit

Permalink
chore(ci): add composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cesarato committed Feb 10, 2021
1 parent 83cfd1e commit dc93131
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP Checker
name: Linter

on:
push:
Expand All @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Update composer
run: composer update

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit dc93131

Please sign in to comment.