Skip to content

chore(init): repository initailization #2

chore(init): repository initailization

chore(init): repository initailization #2

Workflow file for this run

name: linters
on:
pull_request:
branches: [ '*' ]
push:
branches:
- "main"
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.mjs