Skip to content

Commit b298d1f

Browse files
committed
test: adding lint check for bootprocess in github workflows
1 parent bd6ca9d commit b298d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: |
3232
pip install -r Access/access_modules/requirements.txt --no-cache-dir --ignore-installed
3333
- name: Lint code base
34-
run: python -m pylama Access/accessrequest_helper.py scripts
34+
run: python -m pylama Access/accessrequest_helper.py scripts bootprocess
3535
- name: Test with pytest
3636
run: python -m pytest -v --cov --disable-warnings

0 commit comments

Comments
 (0)