Skip to content

Commit 2adcbb7

Browse files
committed
Add Python linting step
1 parent 870e765 commit 2adcbb7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on: [push, pull_request]
2+
name: Python Linting
3+
jobs:
4+
PythonLinting:
5+
name: Python linting
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: Konstruktoid Python linting
10+
uses: konstruktoid/action-pylint@v0.0.6

0 commit comments

Comments
 (0)