1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-13 09:56:30 +00:00
borg/.github/workflows/black.yaml

13 lines
236 B
YAML
Raw Normal View History

2022-03-02 03:19:33 +00:00
# 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