Skip to content

[Snyk] Security upgrade python from 3.10-slim to 3.14.0a2-slim #203

[Snyk] Security upgrade python from 3.10-slim to 3.14.0a2-slim

[Snyk] Security upgrade python from 3.10-slim to 3.14.0a2-slim #203

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