Skip to content

Bump keyring from 25.6.0 to 25.7.0 #51

Bump keyring from 25.6.0 to 25.7.0

Bump keyring from 25.6.0 to 25.7.0 #51

Workflow file for this run

name: "Check Format"
on:
push:
branches:
- all
pull_request: { }
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: "Black Code Formatter"
run: |
uv run black . --check