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
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