Skip to content

Commit

Permalink
Create Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Feb 27, 2024
1 parent 635b213 commit 547bf92
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: flake8 Lint

on: [push, pull_request]

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.7"
- name: flake8 Lint
uses: py-actions/flake8@v2
1 change: 0 additions & 1 deletion .github/workflows/workflow.yml

This file was deleted.

0 comments on commit 547bf92

Please sign in to comment.