Compare commits

..

1 commit

Author SHA1 Message Date
ZoopaMario 4be9726e8b Add workflows verifying bash and commit messages
This PR adds the first two workflows:
1. Bash linter
2. Commit message verification
2024-12-29 04:59:16 +01:00

View file

@ -28,7 +28,6 @@ jobs:
fi fi
echo "Subject start check passed." echo "Subject start check passed."
- name: Check Subject Length
run: | run: |
echo "Checking subject length..." echo "Checking subject length..."
commit_subject=$(git log -1 --pretty=%B | head -n 1) commit_subject=$(git log -1 --pretty=%B | head -n 1)