Skip to content

Add Python 3.13 to tests in workflow #94

Add Python 3.13 to tests in workflow

Add Python 3.13 to tests in workflow #94

Workflow file for this run

name: Commit Check Policy
on:
push:
branches: 'main'
pull_request:
branches: 'main'
workflow_dispatch:
jobs:
commit-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: commit-check/commit-check-action@v1
env:
GH_TOKEN: ${{ github.token }}
with:
# we don't need message conventions right now
message: false
branch: true
author-name: true
author-email: true
commit-signoff: true
job-summary: true