Skip to content

chore(deps): Bump sustainable-computing-io/kepler-action from 0.0.9 to 0.0.10 in the github-actions group #202

chore(deps): Bump sustainable-computing-io/kepler-action from 0.0.9 to 0.0.10 in the github-actions group

chore(deps): Bump sustainable-computing-io/kepler-action from 0.0.9 to 0.0.10 in the github-actions group #202

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