Trivial change to maybe trigger CI/CD

This commit is contained in:
Ryan Kienstra
2024-03-06 11:32:08 -06:00
parent a993edb891
commit 75bd5d75f6
+3 -3
View File
@@ -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