Skip to content

ci: introduce commit message linter #13

ci: introduce commit message linter

ci: introduce commit message linter #13

Workflow file for this run

---
name: Actions Linter
on:
pull_request:
paths:
- '.github/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: actionlint
uses: raven-actions/actionlint@v1