Skip to content

chore(deps): bump github.com/goccy/go-yaml from 1.12.0 to 1.14.2 #1515

chore(deps): bump github.com/goccy/go-yaml from 1.12.0 to 1.14.2

chore(deps): bump github.com/goccy/go-yaml from 1.12.0 to 1.14.2 #1515

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: stable
check-latest: true
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: make lint/ci