1
0
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:
Adrian Sampson 2020-01-11 11:52:40 -05:00
parent c5fb01e7cc
commit 0e6638097d

10
.github/workflows/style.yml vendored Normal file
View 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