Skip to content

Merge pull request #567 from rancher/add_question_yaml_file #1615

Merge pull request #567 from rancher/add_question_yaml_file

Merge pull request #567 from rancher/add_question_yaml_file #1615

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Analysis
uses: golangci/golangci-lint-action@v3
with:
args: -v