1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 09:47:58 +00:00
borg/.github/workflows/black.yaml
2022-07-06 14:55:40 +02:00

12 lines
236 B
YAML

# https://black.readthedocs.io/en/stable/integrations/github_actions.html#usage
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable