Skip to content

Commit

Permalink
Feat: add Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0HugoHu committed Dec 9, 2023
1 parent a876e30 commit 267b674
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: Lint with Ruff
id: lint
run: |
make format
make install
4 changes: 4 additions & 0 deletions frontend/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

@pytest.fixture(autouse=True)
def go_to_tmpdir(request):
assert True is True
Empty file added frontend/tests/test.py
Empty file.

0 comments on commit 267b674

Please sign in to comment.