Skip to content

Bump actions/checkout from 6.0.1 to 6.0.2 #73

Bump actions/checkout from 6.0.1 to 6.0.2

Bump actions/checkout from 6.0.1 to 6.0.2 #73

Workflow file for this run

name: Check Formatting
on:
pull_request:
jobs:
Formatting:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.13"]
steps:
- uses: actions/checkout@v6.0.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Check formatting is correct
run: python check_names.py