Skip to content

Update .commitlintrc.yaml #10

Update .commitlintrc.yaml

Update .commitlintrc.yaml #10

Workflow file for this run

name: Linting
on:
push:
env:
PYTHON_VERSION: 3.12
NODE_VERSION: 18.12
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- uses: pre-commit/[email protected]