Skip to content

Create build.yml

Create build.yml #2

Workflow file for this run

name: build
on:
push:
pull_request:
permissions: {}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
go build