Skip to content

SAST-4051/SimID_Fix #115

SAST-4051/SimID_Fix

SAST-4051/SimID_Fix #115

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
- name: Set up Go
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2
with:
go-version: 1.21
- name: Run golangci-lint
uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 # v2
with:
version: "v1.54.2"
skip-go-installation: true
args: --timeout=5m