Skip to content

chore: remove the outdated reference of cmd/main.py #195

chore: remove the outdated reference of cmd/main.py

chore: remove the outdated reference of cmd/main.py #195

Workflow file for this run

name: Commit message check
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
check-commit-message:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check commit message
uses: webiny/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}