Skip to content

60 fps, higher quality, up to date, cleaner, mario running gif #53

60 fps, higher quality, up to date, cleaner, mario running gif

60 fps, higher quality, up to date, cleaner, mario running gif #53

Workflow file for this run

# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Black Lint
on: [push, pull_request]
jobs:
black-lint:
permissions: {} # Remove all permissions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable