Loading .github/workflows/build.yaml 0 → 100644 +20 −0 Changes for .github/workflows/build.yaml: 20 added lines, 0 removed lines. Original line number Diff line number Diff line # every push to a branch: build binary name: Build on: pull_request: types: [opened, synchronize] jobs: build_binary: name: Build nakama binary runs-on: ubuntu-latest steps: - name: Setup Go uses: actions/setup-go@v4 with: go-version: "stable" - name: Checkout uses: actions/checkout@v3 - name: Build binary run: go build -trimpath -mod=vendor Loading
.github/workflows/build.yaml 0 → 100644 +20 −0 Changes for .github/workflows/build.yaml: 20 added lines, 0 removed lines. Original line number Diff line number Diff line # every push to a branch: build binary name: Build on: pull_request: types: [opened, synchronize] jobs: build_binary: name: Build nakama binary runs-on: ubuntu-latest steps: - name: Setup Go uses: actions/setup-go@v4 with: go-version: "stable" - name: Checkout uses: actions/checkout@v3 - name: Build binary run: go build -trimpath -mod=vendor