Skip to content

IWF-103: Require every commandId to exist for ANY_COMMAND_COMBINATION_COMPLETED #379

IWF-103: Require every commandId to exist for ANY_COMMAND_COMBINATION_COMPLETED

IWF-103: Require every commandId to exist for ANY_COMMAND_COMBINATION_COMPLETED #379

Workflow file for this run

name: static check
on: pull_request
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint by reviewdog
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: '--timeout=5m'
- name: Check code formatting using gofmt
uses: Jerome1337/gofmt-action@v1.0.5