You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,21 @@ jobs:
85
85
The `args` input overrides the command (default `status`), so you can scope the check to specific embeds or run quietly:
86
86
87
87
```yaml
88
-
- uses: ptsouchlos/embd@v0
89
-
with:
90
-
args: status --quiet infra
88
+
- uses: ptsouchlos/embd@v0
89
+
with:
90
+
args: status --quiet infra
91
+
```
92
+
93
+
## Use as a pre-commit hook
94
+
95
+
You can run `embd status` via [pre-commit](https://pre-commit.com/) or [`prek`](https://github.com/j178/prek) by adding this to your `.pre-commit-config.yaml`:
0 commit comments