Skip to content

Commit

Permalink
Update flake8.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 authored Dec 12, 2023
1 parent 585904e commit 3ab7c79
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Flake8
name: flake8 Lint

on: [push, pull_request]

jobs:
flake8:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Run Flake8
run: |
python -m pip install flake8
flake8
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: flake8 Lint
uses: py-actions/flake8@v2

0 comments on commit 3ab7c79

Please sign in to comment.