Skip to content

chore(deps): bump github.com/pelletier/go-toml/v2 from 2.4.0 to 2.4.3 #211

chore(deps): bump github.com/pelletier/go-toml/v2 from 2.4.0 to 2.4.3

chore(deps): bump github.com/pelletier/go-toml/v2 from 2.4.0 to 2.4.3 #211

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- "**.md"
permissions:
contents: read
jobs:
golang-ci:
name: GolangCi-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: -E misspell,whitespace,unconvert,noctx,musttag,errchkjson,errname,exhaustive,exptostd
version: latest