Skip to content

Merge pull request #9 from jkandasa/cli_implementation #1

Merge pull request #9 from jkandasa/cli_implementation

Merge pull request #9 from jkandasa/cli_implementation #1

Workflow file for this run

name: golangci-lint
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
jobs:
golang-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ^1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
skip-go-installation: true
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true