Skip to content

Commit b800f98

Browse files
committed
Merge branch 'master' of github.com:brwnj/covviz
2 parents a4561b0 + 3e3b2c5 commit b800f98

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)