Use shared PR workflow.

This commit is contained in:
2025-12-08 01:31:30 +00:00
parent a1c4133e94
commit f5a118fd1a
+16
View File
@@ -0,0 +1,16 @@
name: Pull Request
on:
pull_request:
branches:
- main
push:
branches:
- "**"
- "!main"
jobs:
pr-checks:
uses: lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main
with:
go-version: "1.24"