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 a71d473 commit 877d537Copy full SHA for 877d537
1 file changed
.github/workflows/semicolons-kudos.yaml
@@ -0,0 +1,26 @@
1
+
2
+name: Kudos for Code
3
+on:
4
+ push:
5
+ branches: ["master"]
6
+ workflow_dispatch:
7
8
+jobs:
9
+ kudos:
10
+ name: Semicolons Kudos
11
+ permissions: write-all
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ with:
16
+ fetch-depth: 0
17
+ - uses: LoremLabs/kudos-for-code-action@latest
18
19
+ search-dir: "."
20
+ destination: "artifact"
21
+ generate-nomerges: true
22
+ generate-validemails: true
23
+ generate-limitdepth: 0
24
+ generate-fromrepo: true
25
+ analyze-repo: false
26
+ skip-ids: ""
0 commit comments