Skip to content

build(deps): bump github.com/h2non/filetype from 1.1.1 to 1.1.3 (#1185) #1929

build(deps): bump github.com/h2non/filetype from 1.1.1 to 1.1.3 (#1185)

build(deps): bump github.com/h2non/filetype from 1.1.1 to 1.1.3 (#1185) #1929

Workflow file for this run

name: sanity
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
sanity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Install goimports
run: go install golang.org/x/tools/cmd/goimports@latest
- name: Run sanity checks
run: make lint && git diff --exit-code