Skip to content

chore: add support for skywalking-eye license checker #78

chore: add support for skywalking-eye license checker

chore: add support for skywalking-eye license checker #78

Workflow file for this run

name: Commit lint
permissions: read-all
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
commitlint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch-depth is required
- uses: wagoid/commitlint-github-action@v5