Files
gotty-sorenisanerd/.github/workflows/quick-build.yaml
Soren Hansen 72da0060b9 Fix actions
2025-08-02 13:54:00 -07:00

32 lines
553 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
with:
go-version-file: go.mod
- name: "Build"
run: "touch bindata/* bindata/*/* ; make"
- name: Upload linux/amd64 artifact
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
with:
name: gotty-linux-amd64
path: gotty