Skip to content

Update wangyoucao577/go-release-action action to v1.52 #140

Update wangyoucao577/go-release-action action to v1.52

Update wangyoucao577/go-release-action action to v1.52 #140

Workflow file for this run

name: ci
on:
pull_request:
paths-ignore:
- 'scripts/*.jpg'
jobs:
run:
name: Run Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "./go.mod"
- name: Run Test
run: make test