Skip to content

chore(deps): switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 #41

chore(deps): switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3

chore(deps): switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 #41

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: actions/setup-go@v6
with:
go-version: stable
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest