Skip to content

remove self-hosted flag #2

remove self-hosted flag

remove self-hosted flag #2

Workflow file for this run

name: CI
on: push
jobs:
build:
steps:

Check failure on line 5 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 5, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Validate and build go bindings from the proto files
run: make ci-build