Skip to content

Commit 4e8943a

Browse files
committed
add linting github actions
1 parent 3f1b2eb commit 4e8943a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

workflows/lint.yml

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

0 commit comments

Comments
 (0)