Skip to content

👷 add ci build system #3

👷 add ci build system

👷 add ci build system #3

Workflow file for this run

name: Build and test for devices
on:
pull_request:
branches:
- main
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
- "Makefile"
- ".github/workflows/build.yaml"
- ".github/workflows/development.yaml"
jobs:
call-build-workflow:
uses: "./.github/workflows/build.yaml"