From aa3b9090f29d3f83c00dd1e5807ab6f5f3e7c747 Mon Sep 17 00:00:00 2001 From: Dulip Withanage Date: Mon, 10 Jun 2024 15:12:04 +0200 Subject: [PATCH] PKP UI-Lbrary action (#359) --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..810a160d1 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +on: + push: + branches: + - '*' + pull_request: + branches: + ['main'] +name: run-tests +jobs: + run-tests: + runs-on: ubuntu-latest + steps: + - uses: pkp/pkp-ui-library-action@main + with: + node_version: 20