Files
gotty-sorenisanerd/.github/workflows/quick-build.yaml
2025-08-02 12:33:43 -07:00

29 lines
483 B
YAML

name: "Quick build test"
on:
push:
pull_request:
branches: [ master ]
jobs:
quick-build-test:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
- name: "Build"
run: "touch bindata/* bindata/*/* ; make"
- name: Upload linux/amd64 artifact
uses: actions/upload-artifact@v4
with:
name: gotty-linux-amd64
path: gotty