1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-07 06:25:19 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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