Skip to content

Commit

Permalink
Merge pull request #19 from alphahm/18-add-linting-to-github-action
Browse files Browse the repository at this point in the history
add linting
  • Loading branch information
alphahm authored Jan 28, 2023
2 parents fd6fc3f + bf5a5cf commit 9ff9605
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
- name: lint
run: |
black --check src/
- name: Test with pytest
run: |
pytest
pytest

0 comments on commit 9ff9605

Please sign in to comment.