diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..169a97b --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +on: + push: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Install sharness + run: + git clone --depth 1 https://github.com/felipec/sharness.git t/sharness + - run: SHARNESS_TEST_SRCDIR=t/sharness t/main.t