Skip to content

Commit

Permalink
Add pull request action
Browse files Browse the repository at this point in the history
  • Loading branch information
IdanKoblik committed Oct 2, 2024
1 parent 10743e2 commit 6b0f393
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Pull request CI

on:
pull_request

jobs:
unit_test:
uses: ./.github/workflows/callable.test.yml

0 comments on commit 6b0f393

Please sign in to comment.