mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +00:00
12 lines
236 B
YAML
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
|