cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

ci: correct circle.yml indentation syntax error #1150

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 1 month ago

Issue

The CircleCI workflow circle.yml formatting is invalid according to the official VS Code CircleCI extension.

The closing brackets (]) of test-target in multiple places are incorrectly indented.

Change

Fix the indentation issues concerning test-target in the workflows section of circle.yml.

This is a whitespace change only. It is however significant in the yaml syntax, which uses indentation to define scope.

cypress-app-bot commented 1 month ago