generated from 10up/plugin-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ned Zimmerman
authored
Oct 3, 2019
1 parent
ef459fd
commit ba3af16
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,9 @@ jobs: | |
uses: shivammathur/[email protected] | ||
with: | ||
php-version: 7.3 | ||
- name: Install Composer dependencies | ||
run: composer install | ||
- name: Run lint command | ||
run: composer lint | ||
- name: composer install and lint | ||
run: | | ||
composer install | ||
composer lint | ||
- env: | ||
CI: true |