Skip to content

chore(deps): update module github.com/mattn/go-runewidth to v0.0.28 #3151

chore(deps): update module github.com/mattn/go-runewidth to v0.0.28

chore(deps): update module github.com/mattn/go-runewidth to v0.0.28 #3151

Workflow file for this run

name: lint
on:
pull_request:
types:
- edited
- opened
- ready_for_review
- synchronize
merge_group:
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Setup Go toolchain
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: "./go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
version: v2.12.2
- name: lint PR title / commit message
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
uses: grafana/shared-workflows/actions/lint-pr-title@70c40e5b6522c854a55334124545261cae3d4c73 # lint-pr-title/v1.2.4