Skip to content

feat(deps): bump github.com/charmbracelet/keygen from 0.4.2 to 0.4.3 … #1114

feat(deps): bump github.com/charmbracelet/keygen from 0.4.2 to 0.4.3 …

feat(deps): bump github.com/charmbracelet/keygen from 0.4.2 to 0.4.3 … #1114

Workflow file for this run

name: lint-soft
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint-soft
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.9
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --config .golangci-soft.yml --issues-exit-code=0
only-new-issues: true