Skip to content

feat(deps): bump github.com/muesli/termenv from 0.15.1 to 0.15.2 #1111

feat(deps): bump github.com/muesli/termenv from 0.15.1 to 0.15.2

feat(deps): bump github.com/muesli/termenv from 0.15.1 to 0.15.2 #1111

Workflow file for this run

name: lint
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
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:
only-new-issues: true