Skip to content

Commit

Permalink
ci: extend yaml linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Apr 24, 2023
1 parent f4fd2a6 commit cd05985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pretest": "npm run lint",
"print-env": "print-env",
"lint": "eslint --fix cypress app/assets/js/scripts.js",
"lint:yaml": "yamllint '*.yml' 'basic/*.yml' .buildkite/pipeline.yml .semaphore/semaphore.yml '.github/workflows/*.yml'",
"lint:yaml": "yamllint '*.yml' '.buildkite/*.yml' '.circleci/*.yml' '.github/workflows/*.yml' '.semaphore/*.yml' 'basic/**/*.yml' ",
"colon:names": "colon-names",
"e2e": "cypress run",
"e2e:chrome": "cypress run --browser chrome",
Expand Down

0 comments on commit cd05985

Please sign in to comment.