Skip to content

Refactor how opaque device configs are handled #197

Refactor how opaque device configs are handled

Refactor how opaque device configs are handled #197

Workflow file for this run

name: Run lint
on: [ push, pull_request ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: update vendor
run: go mod vendor
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: -v --timeout 5m
skip-cache: true