mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
13 lines
332 B
YAML
13 lines
332 B
YAML
# https://black.readthedocs.io/en/stable/integrations/github_actions.html#usage
|
|
# see also what we use locally, requirements.d/codestyle.txt - should be the same version here.
|
|
|
|
name: Lint
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: psf/black@22.6.0
|