Skip to content

build(deps-dev): Bump @types/node from 22.7.6 to 22.8.2 in /apps/k3s-hello-mdsanima #46

build(deps-dev): Bump @types/node from 22.7.6 to 22.8.2 in /apps/k3s-hello-mdsanima

build(deps-dev): Bump @types/node from 22.7.6 to 22.8.2 in /apps/k3s-hello-mdsanima #46

Workflow file for this run

# Linting commit messages on pull requests that follow the configuration.
# Default config
---
name: Linting commit messages
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.mjs