Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

fix: downgrade plugin versions from beta.2 to beta.1 for consistency #36

fix: downgrade plugin versions from beta.2 to beta.1 for consistency

fix: downgrade plugin versions from beta.2 to beta.1 for consistency #36

name: Check action-plugins Build - git
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [ "develop" ]
paths:
- "action-plugins/git/**"
jobs:
build-plugin:
name: Build Plugin
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Build Plugin
working-directory: action-plugins/git
run: go build