Skip to content

Commit

Permalink
Merge pull request #62 from studiopress/update/workflow-name
Browse files Browse the repository at this point in the history
Trivial changes to maybe trigger CI/CD
  • Loading branch information
kienstra committed Mar 6, 2024
2 parents a993edb + d93e124 commit e18445a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,21 @@ version: 2.1
orbs:
wp-svn: studiopress/[email protected]

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:
Expand All @@ -40,4 +36,4 @@ workflows:
branches:
ignore: /.*/
requires:
- checks
- lint

0 comments on commit e18445a

Please sign in to comment.