Skip to content

Bump chalk from 5.3.0 to 5.4.1 #254

Bump chalk from 5.3.0 to 5.4.1

Bump chalk from 5.3.0 to 5.4.1 #254

---
name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: write
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: write
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "./go.mod"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2