Skip to content

Coercive subtyping fixes + cherry pick from classes #300

Coercive subtyping fixes + cherry pick from classes

Coercive subtyping fixes + cherry pick from classes #300

Workflow file for this run

name: commit message
on:
pull_request:
branches: [main]
merge_group:
types: [checks_requested]
jobs:
commit-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Check git commit message
run: bash .github/workflows/commit-check.sh