Skip to content

Merge branch 'f3d-to-bdsf' of github.com:Lilaa3/fast64 into f3d-to-bdsf #1225

Merge branch 'f3d-to-bdsf' of github.com:Lilaa3/fast64 into f3d-to-bdsf

Merge branch 'f3d-to-bdsf' of github.com:Lilaa3/fast64 into f3d-to-bdsf #1225

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/[email protected]