Skip to content

LEGO: Pull request from juno/hb_d639428f-b4f7-44e1-9f59-4eea699b1621_20230705041700160 to main #959

LEGO: Pull request from juno/hb_d639428f-b4f7-44e1-9f59-4eea699b1621_20230705041700160 to main

LEGO: Pull request from juno/hb_d639428f-b4f7-44e1-9f59-4eea699b1621_20230705041700160 to main #959

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci-pr:
name: lint-pr-changes
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true