Skip to content

demo-md-walkthrough-testing (#493) #472

demo-md-walkthrough-testing (#493)

demo-md-walkthrough-testing (#493) #472

Workflow file for this run

name: Lint
on:
push:
branches:
- main
tags:
- lint*
- build*
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '1.22.0'
cache: false
- name: Check workflow files
uses: docker://rhysd/actionlint:1.6.23
with:
args: -color
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: 'v1.59.1'