Skip to content

Commit

Permalink
add a pre-commit linter to validate circleci configs (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Apr 11, 2023
1 parent d6c3e93 commit d915eed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ repos:
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.10
- repo: https://github.com/AleksaC/circleci-cli-py
rev: v0.1.25638
hooks:
- id: circle-ci-validator

0 comments on commit d915eed

Please sign in to comment.