Skip to content
This repository was archived by the owner on Sep 18, 2026. It is now read-only.

fix: verhuisbericht telt af en toont zich opnieuw per sessie #552

fix: verhuisbericht telt af en toont zich opnieuw per sessie

fix: verhuisbericht telt af en toont zich opnieuw per sessie #552

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Check commit messages
uses: webiny/action-conventional-commits@v1.3.1
with:
allowed-commit-types: "feat,fix,docs,style,refactor,perf,test,build,ci,chore,revert"