Skip to content

Commit

Permalink
Run ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 28, 2024
1 parent 964099a commit c7f013a
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,9 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade build coverage twine wheel
pip install .
- name: Run Linting
run: |
ruff check .
- name: Run Tests
run: |
pytest tests/
# - name: Run package creation
# run: |
# python -m build
# - name: Archive package
# uses: actions/upload-artifact@v2
# with:
# name: cookie-cutter
# path: src/dist

0 comments on commit c7f013a

Please sign in to comment.