Skip to content

ci pipeline-build add build step #6

ci pipeline-build add build step

ci pipeline-build add build step #6

Workflow file for this run

name: CI Checks
on: push
jobs:
build:
name: Build App
runs-on: ubuntu-latest
steps:
- name: Install Task
uses: arduino/setup-task@v2
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.23
- name: Build
run: task build