Skip to content

ci: Fix shellcheck worflow. #2

ci: Fix shellcheck worflow.

ci: Fix shellcheck worflow. #2

Workflow file for this run

---
name: "Check commit"
# yamllint disable-line rule:truthy
on:
- pull_request
- push
jobs:
commit_check:
name: Run check commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: commit-check/commit-check-action@v1
with:
message: true
branch: false
author-name: true
author-email: true
commit-signoff: false
dry-run: false
job-summary: true