mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-07-05 06:05:39 +00:00
Use shared PR workflow
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
autoupdate:
|
autoupdate:
|
||||||
uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main
|
uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main
|
||||||
with:
|
with:
|
||||||
go-version: ">=1.21"
|
go-version: ">=1.24"
|
||||||
release-workflow: "release.yml"
|
release-workflow: "release.yml"
|
||||||
secrets:
|
secrets:
|
||||||
pat-token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
|
pat-token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user