Skip to content

Merge pull request #99 from Mellanox/dependabot/go_modules/github.com… #48

Merge pull request #99 from Mellanox/dependabot/go_modules/github.com…

Merge pull request #99 from Mellanox/dependabot/go_modules/github.com… #48

Workflow file for this run

name: go-static-analysis
on: [push, pull_request]
jobs:
golangci:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: checkout PR
uses: actions/checkout@v2
- name: run make lint
run: make lint
hadolint:
runs-on: ubuntu-22.04
steps:
- name: set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: checkout PR
uses: actions/checkout@v2
- name: run make hadolint
run: make hadolint