Skip to content

chore(deps): bump ariga.io/atlas from 0.37.0 to 0.38.0 #386

chore(deps): bump ariga.io/atlas from 0.37.0 to 0.38.0

chore(deps): bump ariga.io/atlas from 0.37.0 to 0.38.0 #386

Workflow file for this run

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