Skip to content

Rationalized the usage of the disc.lock #184

Rationalized the usage of the disc.lock

Rationalized the usage of the disc.lock #184

name: Build dummy discovery
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Taskfile
uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Build
run: task build-dummy-discovery