Skip to content

Audit usage of reference counting, making it thread safe in a (pretty… #24

Audit usage of reference counting, making it thread safe in a (pretty…

Audit usage of reference counting, making it thread safe in a (pretty… #24

Workflow file for this run

# This is a basic workflow that is manually triggered
name: Format Check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
format_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Check Format
run: python3 "format_check.py"