Skip to content

Bump actions/checkout from 6.0.2 to 7.0.0 #75

Bump actions/checkout from 6.0.2 to 7.0.0

Bump actions/checkout from 6.0.2 to 7.0.0 #75

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@v7.0.0
- 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