Skip to content

Commit 3e3b2c5

Browse files
authored
Update main.yml
1 parent 4e47647 commit 3e3b2c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Lint
2+
on: push
3+
jobs:
4+
lint-job:
5+
name: Lint Job
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Python Lint (isort/black)
9+
uses: wrboyce/[email protected]

0 commit comments

Comments
 (0)