Skip to content

Commit 4e48f30

Browse files
committed
add conditional linting
1 parent 6d7386d commit 4e48f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
run: |
3636
make install
3737
- name: Lint
38+
if: ${{ matrix.packages }} == changehc || ${{ matrix.packages }} == claims_hosp || ${{ matrix.packages }} == quidel || ${{ matrix.packages }} == usafacts
3839
run: |
39-
# make lint
40+
make lint
4041
- name: Test
4142
run: |
4243
make test

0 commit comments

Comments
 (0)