Skip to content

Commit

Permalink
move yaml linter to pre-commit and remove GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 15, 2024
1 parent 8263f2e commit c05911b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/yaml-lint.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
# - Register git hooks: pre-commit install --install-hooks
#
repos:
# yaml linter
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
hooks:
- id: yamllint
args: [--no-warnings, -c=./.yamllint.yaml]

# Autoformat: Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
Expand Down

0 comments on commit c05911b

Please sign in to comment.