Skip to content

Merge pull request #234 from pygame-community/add-fix-missing-to-ci #1699

Merge pull request #234 from pygame-community/add-fix-missing-to-ci

Merge pull request #234 from pygame-community/add-fix-missing-to-ci #1699

Workflow file for this run

name: Python Code Quality (Black)
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable