Skip to content

Feature/ocered 7938 lima action runner ensure that action runner is a deployable package #4

Feature/ocered 7938 lima action runner ensure that action runner is a deployable package

Feature/ocered 7938 lima action runner ensure that action runner is a deployable package #4

Workflow file for this run

name: Check Commits with CommitLint
on:
- pull_request
jobs:
commitlint:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v6
with:
configFile: configs/commitlint.config.mjs