Skip to content

fix(config): use predictable paths and proper typings #148

fix(config): use predictable paths and proper typings

fix(config): use predictable paths and proper typings #148

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 }}