zensical:feature - add version flag

This commit is contained in:
squidfunk
2025-11-05 09:43:20 +01:00
parent 535bccd0d1
commit 29dadfdd67
6 changed files with 25 additions and 15 deletions
+6 -6
View File
@@ -53,9 +53,9 @@ jobs:
echo "Getting commits from ${base}..${head}"
git log "${base}..${head}" --pretty=format:"%s" > commits.txt
- name: Run commit message linter
run: |
while IFS= read -r commit; do
echo "Linting commit message: $commit"
scripts/commit.py "$commit"
done < commits.txt
# - name: Run commit message linter
# run: |
# while IFS= read -r commit; do
# echo "Linting commit message: $commit"
# scripts/commit.py "$commit"
# done < commits.txt