Skip to content

Commit

Permalink
ci: check for NOCOMMIT flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed May 2, 2024
1 parent 9669f58 commit 4e50b08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,10 @@ jobs:
git add -A
git commit -m "Update gh-pages from ${{github.ref}} @ ${{github.sha}}"
git push origin gh-pages
nocommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nobssoftware/nocommit@v1
name: "nocommit checker"

0 comments on commit 4e50b08

Please sign in to comment.