Don't double-run black and pylint

This commit is contained in:
Mouse Reeve 2021-08-02 16:08:41 -07:00
parent 0a7afdb1c0
commit 9e5536c7d5
2 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,10 @@
name: Python Formatting (run ./bw-dev black to fix)
on: [push, pull_request]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:

View file

@ -1,6 +1,10 @@
name: Pylint
on: [push, pull_request]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build: