Skip to content

Commit

Permalink
linters added
Browse files Browse the repository at this point in the history
  • Loading branch information
soham4abc committed Oct 26, 2021
1 parent c310d96 commit 5c99850
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push, pull_request, workflow_dispatch]

jobs:
python-lint:
runs-on: ubuntu-latest
name: CI workflow
steps:
- name: checkout source repo
uses: actions/checkout@v2

- name: linting
uses: alexanderdamiani/[email protected]
with:
python-root: "."
flake8-flags: ""
fail-on-isort: true

0 comments on commit 5c99850

Please sign in to comment.