Skip to content

Bump actions/setup-python from 5 to 6 #117

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #117

Workflow file for this run

name: Black Formatting
"on":
push:
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v6
with:
python-version-file: .python-version
cache: 'pip'
- uses: taiki-e/install-action@just
- name: Install Dependencies
run: just install
- name: Test Formatting
run: just ruff_format_fixes