Skip to content

Build CI

Build CI #1

Workflow file for this run

name: build

Check failure on line 1 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

(Line: 9, Col: 3): Unexpected value 'pull-request'
on:
push:
paths-ignore:
- 'docs/**'
- '.github/**'
- '*.sh'
pull-request:
paths-ignore:
- 'docs/**'
- '.github/**'
- '*.sh'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.24
- name: Build
run: |
bin/build.sh