diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..cde118f --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,15 @@ +name: Test installation + +on: + push: + + +jobs: + build: + name: build + runs-on: ubuntu-20.04 + timeout-minutes: 5 + steps: + - uses: actions/checkout@v4 + - run: | + pip install litdb