Skip to content

chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.17.2 #200

chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.17.2

chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.17.2 #200

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set Golang
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
cache: false
- name: Check spelling with custom config file
uses: crate-ci/typos@master
with:
config: ./.typos.toml
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest