Skip to content

Bump actions/checkout from 3.3.0 to 4.1.0 #50

Bump actions/checkout from 3.3.0 to 4.1.0

Bump actions/checkout from 3.3.0 to 4.1.0 #50

Workflow file for this run

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