File: build-dummy-monitor.yaml

package info (click to toggle)
golang-github-arduino-pluggable-monitor-protocol-handler 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 292 kB
  • sloc: makefile: 4
file content (29 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Build dummy monitor

on:
  push:
  pull_request:

jobs:
  test:
    runs-on: ubuntu-20.04

    steps:
      - name: checkout
        uses: actions/checkout@v3
        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@v3
        with:
          go-version: "1.16"

      - name: Build
        run: task build-dummy-monitor