Skip to content

ci: add semantic commit config #25

ci: add semantic commit config

ci: add semantic commit config #25

Workflow file for this run

---
name: general
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout source
id: source
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
...