Reuse ci workflow (#819)

This commit is contained in:
Zach Gollwitzer
2024-05-30 15:44:16 -04:00
committed by GitHub
parent df391e0a14
commit ee162bbef7
3 changed files with 24 additions and 53 deletions

8
.github/workflows/pr.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
name: Pull Request
on:
pull_request:
jobs:
ci:
uses: ./.github/workflows/ci.yml