mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +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
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
lint:
|
||||
executor: php_node
|
||||
steps:
|
||||
- checkout
|
||||
- run: composer install && composer phpcs
|
||||
|
||||
workflows:
|
||||
test-deploy:
|
||||
lint-deploy:
|
||||
jobs:
|
||||
- checks
|
||||
- lint
|
||||
- approval-for-deploy-tested-up-to-bump:
|
||||
requires:
|
||||
- checks
|
||||
|
||||
Reference in New Issue
Block a user