We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8bb16 commit b72e9bbCopy full SHA for b72e9bb
1 file changed
.github/workflows/pre-commit.yaml
@@ -0,0 +1,22 @@
1
+---
2
+name: pre-commit
3
+
4
+permissions:
5
+ id-token: write
6
+ contents: write
7
8
+on:
9
+ workflow_dispatch:
10
+ push:
11
+ branches:
12
+ - "main"
13
+ pull_request:
14
15
16
17
+jobs:
18
+ pre-commit:
19
+ uses: devops-roast/github-actions/.github/workflows/pre-commit.yaml@main
20
+ with:
21
+ auto_commit: true
22
+ secrets: inherit
0 commit comments