Skip to content

Add revoke_ap_tracking function #11

Add revoke_ap_tracking function

Add revoke_ap_tracking function #11

Workflow file for this run

name: commitlint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm install --save-dev @commitlint/{cli,config-conventional}
- run: |
echo "module.exports = { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js
- run: npx commitlint --from HEAD~1 --to HEAD --verbose