Skip to content

Add check to ensure jq can be found in $PATH when enabling switchdev … #77

Add check to ensure jq can be found in $PATH when enabling switchdev …

Add check to ensure jq can be found in $PATH when enabling switchdev … #77

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
go-version: '>=1.18.2'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: fmt
run: IS_CONTAINER=yes make fmt
- name: Build
run: make all