Skip to content

Commit daac032

Browse files
author
Drew Yang
committed
feat: ✨ add github actions lint pre-commit hook... This is so nice!
1 parent e56f298 commit daac032

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ repos:
5454
- --statistics
5555
- --per-file-ignores=datajoint/diagram.py:C901
5656
files: datajoint # a lot of files in tests are not compliant
57+
- repo: https://github.com/rhysd/actionlint
58+
rev: v1.7.7
59+
hooks:
60+
- id: actionlint
5761

5862
## Suggest to add pytest hook that runs unit test | Prerequisite: split unit/integration test
5963
## https://github.com/datajoint/datajoint-python/issues/1211

0 commit comments

Comments
 (0)