Skip to content

[Build-deps]: Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.2… #7025

[Build-deps]: Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.2…

[Build-deps]: Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.2… #7025

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- "go.mod"
- "go.sum"
push:
branches:
- "*"
workflow_dispatch:
jobs:
lint:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Run linters
run: make lint