diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml new file mode 100644 index 0000000..17d7edc --- /dev/null +++ b/.github/workflows/python-test.yml @@ -0,0 +1,10 @@ +name: Test +on: [pull_request] +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Prepare repo + uses: actions/checkout@master + - name: Test + uses: onichandame/python-test-action@master \ No newline at end of file