Add support for Python 3.13 #189
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Enforce semi-linear git history | |
on: pull_request | |
jobs: | |
forbid-merge-commits: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run Forbid Merge Commits Action | |
uses: motlin/forbid-merge-commits-action@main |