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 c9e91bb commit 132eff7Copy full SHA for 132eff7
.github/workflows/format.yaml
.github/workflows/doc.yaml renamed to .github/workflows/push.yaml
@@ -1,6 +1,6 @@
1
-name: Doc generation
+name: Generate docs and format
2
3
-on: [push, pull_request_target]
+on: push
4
5
jobs:
6
postprocessing:
@@ -15,3 +15,12 @@ jobs:
15
with:
16
commit_message: "Auto generate docs"
17
branch: ${{ github.head_ref }}
18
+ - name: "Format with Stylua"
19
+ uses: JohnnyMorganz/[email protected]
20
+ with:
21
+ token: ${{ secrets.GITHUB_TOKEN }}
22
+ args: .
23
+ - uses: stefanzweifel/git-auto-commit-action@v4
24
25
+ commit_message: "Format with stylua"
26
+ branch: ${{ github.head_ref }}
0 commit comments