Skip to content

Commit

Permalink
Merge pull request #1 from Angel-Dijoux/Angel-Dijoux-patch-1
Browse files Browse the repository at this point in the history
Create flake8.yml
  • Loading branch information
Angel-Dijoux authored Apr 24, 2023
2 parents a46c663 + 9b1f1ba commit 5764ce1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: flake8 Lint

on: [push]

jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
args: "--config=./.flake8"

0 comments on commit 5764ce1

Please sign in to comment.