Skip to content

fix(deps): update github.com/shiena/ansicolor digest to a9deabd #11

fix(deps): update github.com/shiena/ansicolor digest to a9deabd

fix(deps): update github.com/shiena/ansicolor digest to a9deabd #11

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: '1.22.x'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6