Skip to content

feat: implement minimal viable plugin and GET /devices/ API #2

feat: implement minimal viable plugin and GET /devices/ API

feat: implement minimal viable plugin and GET /devices/ API #2

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
checks: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: '1.21.*'
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout=10m