mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01: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
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
flake8-lint:
|
||||
|
|
Loading…
Add table
Reference in a new issue