Skip to content

Commit 8d16ec5

Browse files
committed
GH Actions CI
1 parent b0c7682 commit 8d16ec5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Run tests
2+
on: [push, pull_request]
3+
jobs:
4+
test:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- uses: actions/setup-python@v5
9+
- uses: snok/install-poetry@v1
10+
- run: ./test.sh

0 commit comments

Comments
 (0)