Skip to content

Commit 344c06e

Browse files
committed
ci: add scripted diff checks
1 parent 7cb3d30 commit 344c06e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-action-checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
fetch-depth: 2
2222
- run: scripts/diffcheck.sh
23+
Scripted-Diff-Checks:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v4
27+
- run: scripts/commit-script-check.sh ${{ github.sha }}
2328
Typo-Checks:
2429
name: "Typo Checks"
2530
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)