mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-07-11 10:36:03 +09:00
Introducing coding standards validation.
This commit is contained in:
committed by
Nathan Rice
parent
6e40c921ab
commit
fd504d41ac
@@ -0,0 +1,22 @@
|
||||
version: 2.1
|
||||
|
||||
jobs:
|
||||
test:
|
||||
docker:
|
||||
- image: circleci/php:7.3.3-stretch-node-browsers
|
||||
steps:
|
||||
- checkout
|
||||
- prepare-environment
|
||||
- run: composer phpcs
|
||||
|
||||
commands:
|
||||
prepare-environment:
|
||||
description: "Install dependencies."
|
||||
steps:
|
||||
- run: composer install
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
check-wp-cs:
|
||||
jobs:
|
||||
- test
|
||||
Reference in New Issue
Block a user