mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
8 lines
88 B
Bash
Executable File
8 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
golangci-lint run \
|
|
--no-config \
|
|
--disable-all \
|
|
--enable godox |