flipperzero-firmware/.github/workflows/black.yml
rusdacent c8cc3c7dc8
Refactor pylint (#195)
* fix pylint paths

* add fake py file for test
* rm fake py file
* add fake txt file for test
* rm fake txt file
* fix paths for pull request
* fix for pull request trigger
* add fake py file for test
* rm fake py file
* add fake text file for test
* rm fake text file for test

Co-authored-by: coreglitch <mail@s3f.ru>
2020-10-26 09:59:16 +03:00

16 lines
233 B
YAML

name: Python Lint
on:
push:
paths:
- '**.py'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable