Skip to content

refactor(api_task.go): Change type of several fields from *Multi[int]… #122

refactor(api_task.go): Change type of several fields from *Multi[int]…

refactor(api_task.go): Change type of several fields from *Multi[int]… #122

Workflow file for this run

name: Go Static Analysis
on:
push:
branches:
- master
pull_request:
branches:
- master
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