Files
offline_kubespray/collection/community/digitalocean/.github/workflows/black.yml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

17 lines
325 B
YAML

# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: black
on:
pull_request:
types: [ opened, synchronize, reopened ]
push:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable