Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

chore(deps): bump github.com/pterm/pterm from 0.12.74 to 0.12.78 #279

chore(deps): bump github.com/pterm/pterm from 0.12.74 to 0.12.78

chore(deps): bump github.com/pterm/pterm from 0.12.74 to 0.12.78 #279

Workflow file for this run

name: golangci-lint
on: [ pull_request ]
jobs:
golangci:
if: "!contains(github.event.head_commit.message, 'autoupdate')"
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.20.2'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest