From 6b0f39351a6f69ef35e485660e4ca7709791ac15 Mon Sep 17 00:00:00 2001 From: idan Date: Wed, 2 Oct 2024 14:19:43 +0300 Subject: [PATCH] Add pull request action --- .github/workflows/pr.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 0000000..16225cd --- /dev/null +++ b/.github/workflows/pr.yml @@ -0,0 +1,8 @@ +name: Pull request CI + +on: + pull_request + +jobs: + unit_test: + uses: ./.github/workflows/callable.test.yml \ No newline at end of file