pull/838/head
Yuta Katayama 1 year ago
parent 33aaf3af80
commit 082ff9b30f
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -14,6 +14,9 @@ jobs:
container: ubuntu:latest
steps:
- uses: actions/checkout@v3
- run: |
apt update
apt-get install -y git curl
- name: check commit message
id: check_message
run: exit $(test $(git log --no-merges --oneline -1 --pretty=%f) = "Add")

Loading…
Cancel
Save