Use shared PR workflow

This commit is contained in:
2025-12-08 01:31:55 +00:00
parent 1b66f4c6f9
commit 51119b3694
+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"