Skip to content

Commit

Permalink
Added python linter
Browse files Browse the repository at this point in the history
  • Loading branch information
adeptvin1 committed Oct 19, 2023
1 parent 7b0169c commit 7632a31
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: "GitHub Actions Demo"
on:
- push
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Python Linter
uses: sunnysid3up/python-linter@master
with:
source: "code/example-mec-app"
mypy-options: "--ignore-missing-imports --show-error-codes"
isort-options: "-w 100"

0 comments on commit 7632a31

Please sign in to comment.