mirror of
https://github.com/zensical/zensical.git
synced 2026-09-26 16:25:38 +00:00
zensical:feature - add version flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user