Skip to content

ci(codeql): remove manual file and use default codeql scanning #335

ci(codeql): remove manual file and use default codeql scanning

ci(codeql): remove manual file and use default codeql scanning #335

Workflow file for this run

name: Commit Message Linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5