Skip to content

chore(deps): Bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 in the dependencies group #2

chore(deps): Bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 in the dependencies group

chore(deps): Bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 in the dependencies group #2

Workflow file for this run

name: lint
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
with:
persist-credentials: false
- uses: actions/setup-go@v6
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 #v8.0.0
with:
version: v2.4.0