Skip to content

Merge pull request #6 from remarkablemark/dependabot/github_actions/r… #22

Merge pull request #6 from remarkablemark/dependabot/github_actions/r…

Merge pull request #6 from remarkablemark/dependabot/github_actions/r… #22

Workflow file for this run

name: commitlint
on: [push, pull_request]
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Commitlint
uses: remarkablemark/commitlint@v2