Skip to content

Commit

Permalink
enable ssh access
Browse files Browse the repository at this point in the history
  • Loading branch information
holesch committed Aug 11, 2024
1 parent ac060a0 commit 84cc93f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Install dependencies
run: |
pip install .[test]
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Lint with Ruff
run: ruff check not_my_board tests doc
- name: Check format with Black
Expand Down

0 comments on commit 84cc93f

Please sign in to comment.