Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

chore(tools): update dependencies and add tool support in Makefile #5

chore(tools): update dependencies and add tool support in Makefile

chore(tools): update dependencies and add tool support in Makefile #5

Workflow file for this run

name: Go Static Analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: nilaway
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install nilaway
run: go install go.uber.org/nilaway/cmd/nilaway@latest
- name: nilaway
run: ~/go/bin/nilaway ./...
continue-on-error: true