mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-07-11 18:46:05 +09:00
Trivial change to maybe trigger CI/CD
This commit is contained in:
@@ -9,16 +9,16 @@ executors:
|
|||||||
- image: cimg/php:7.3-node
|
- image: cimg/php:7.3-node
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checks:
|
lint:
|
||||||
executor: php_node
|
executor: php_node
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: composer install && composer phpcs
|
- run: composer install && composer phpcs
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
test-deploy:
|
lint-deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- checks
|
- lint
|
||||||
- approval-for-deploy-tested-up-to-bump:
|
- approval-for-deploy-tested-up-to-bump:
|
||||||
requires:
|
requires:
|
||||||
- checks
|
- checks
|
||||||
|
|||||||
Reference in New Issue
Block a user