Skip to content

SRL interfaces + frontpanel + SR OS brace switch (#2) #44

SRL interfaces + frontpanel + SR OS brace switch (#2)

SRL interfaces + frontpanel + SR OS brace switch (#2) #44

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
name: Lint & Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v7
- name: Build
run: go build ./...