Skip to content

Fixed typos PyMutex_Lock should get a pointer #52

Fixed typos PyMutex_Lock should get a pointer

Fixed typos PyMutex_Lock should get a pointer #52

Workflow file for this run

name: Run pre-commit and autofix
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: 3.11 # Cause beautysh (used in a pre-commit hook) does not support 3.12
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
- uses: pre-commit-ci/lite-action@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2
if: always()