Skip to content

Framework flag shell completion #44

Framework flag shell completion

Framework flag shell completion #44

Workflow file for this run

name: Linting
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.1'
- name: Install dependencies
run: |
go mod tidy
go mod download
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.7.0