Skip to content

Update GitHub Action workflows #12

Update GitHub Action workflows

Update GitHub Action workflows #12

Workflow file for this run

name: "push"
on:
workflow_dispatch:
push:
branches:
- "master"
jobs:
check:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "c032/gha-go@main"