Skip to content

chore(deps): Bump node from 25-alpine to 26-alpine #59

chore(deps): Bump node from 25-alpine to 26-alpine

chore(deps): Bump node from 25-alpine to 26-alpine #59

Workflow file for this run

name: Commitlint
on:
pull_request:
branches: ['main']
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Lint Commits
uses: wagoid/commitlint-github-action@v6
with:
configFile: commitlint.config.cjs