mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-20 09:00:09 -07:00
Try adding a flake8 workflow
This commit is contained in:
parent
c5fb01e7cc
commit
0e6638097d
10
.github/workflows/style.yml
vendored
Normal file
10
.github/workflows/style.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: Style Check
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: TrueBrain/actions-flake8@master
|
Loading…
x
Reference in New Issue
Block a user