Skip to content

Commit b1f32a7

Browse files
committed
chore: update pre-commit hooks and add AGENTS.md
1 parent 643af0d commit b1f32a7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/rhysd/actionlint
14-
rev: v1.7.7
14+
rev: v1.7.11
1515
hooks:
1616
- id: actionlint
1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: v3.1.0
18+
rev: v4.0.0-alpha.8
1919
hooks:
2020
- id: prettier
2121
types_or: [html, json, markdown]

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Operational Context
2+
3+
- **Type:** Static Website
4+
- **Test:** `pre-commit run -a`
5+
- **Lint:** `actionlint`, `prettier`

0 commit comments

Comments
 (0)