mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-07-11 10:36:03 +09:00
Merge pull request #62 from studiopress/update/workflow-name
Trivial changes to maybe trigger CI/CD
This commit is contained in:
+6
-10
@@ -3,25 +3,21 @@ version: 2.1
|
||||
orbs:
|
||||
wp-svn: studiopress/wp-svn@0.2
|
||||
|
||||
executors:
|
||||
php_node:
|
||||
jobs:
|
||||
lint:
|
||||
docker:
|
||||
- image: cimg/php:7.3-node
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
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
|
||||
- lint
|
||||
type: approval
|
||||
filters:
|
||||
tags:
|
||||
@@ -40,4 +36,4 @@ workflows:
|
||||
branches:
|
||||
ignore: /.*/
|
||||
requires:
|
||||
- checks
|
||||
- lint
|
||||
|
||||
Reference in New Issue
Block a user