Merge branch 'master' into werewolf-develop
This commit is contained in:
commit
a691b2b85a
4
.github/workflows/black_check.yml
vendored
4
.github/workflows/black_check.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user