1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-05 05:12:05 -04:00

clipboard: fix mime type selection

This commit is contained in:
bbedward
2025-12-13 09:35:55 -05:00
parent c652659d54
commit 786c13f892
3 changed files with 56 additions and 57 deletions

View File

@@ -2,6 +2,15 @@ repos:
- repo: https://github.com/golangci/golangci-lint
rev: v2.6.2
hooks:
- id: golangci-lint-full
- id: golangci-lint-fmt
require_serial: true
- id: golangci-lint-full
- id: golangci-lint-config-verify
- repo: local
hooks:
- id: go-test
name: go test
entry: go test ./...
language: system
pass_filenames: false
types: [go]