mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
target of flake8 Lint changed
This commit is contained in:
parent
62c5199865
commit
0098e74aa9
1 changed files with 6 additions and 1 deletions
7
.github/workflows/flake8.yml
vendored
7
.github/workflows/flake8.yml
vendored
|
@ -1,6 +1,11 @@
|
||||||
name: flake8 Lint
|
name: flake8 Lint
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flake8-lint:
|
flake8-lint:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue