Skip to content

ci: fix quotation marks on description #87

ci: fix quotation marks on description

ci: fix quotation marks on description #87

Workflow file for this run

---
name: "commits-checks"
on:
pull_request:
jobs:
commits-checks:
runs-on: ubuntu-latest
steps:
- name: "Check out the repository"
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for all tags and branches
- name: "Check commit messages"
uses: docker://aevea/commitsar