Skip to content

Commit

Permalink
Add actionlint pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls committed Dec 1, 2023
1 parent f7dd18a commit 7ebbbed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
fail_fast: false
repos:
#- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
# rev: v0.1.5
# hooks:
# Run the linter.
# - id: ruff
# args: [ --fix ]
# Run the formatter.
# - id: ruff-format
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
hooks:
- id: actionlint

0 comments on commit 7ebbbed

Please sign in to comment.