|
|
@ -4,12 +4,12 @@
|
|
|
|
# https://github.com/cclauss/autoblack
|
|
|
|
# https://github.com/cclauss/autoblack
|
|
|
|
|
|
|
|
|
|
|
|
name: black
|
|
|
|
name: black
|
|
|
|
on: [push, pull_request]
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v1
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Set up Python 3.8
|
|
|
|
- name: Set up Python 3.8
|
|
|
|
uses: actions/setup-python@v2
|
|
|
|
uses: actions/setup-python@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|