mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-14 18:54:54 +00:00
6 lines
126 B
Makefile
6 lines
126 B
Makefile
lint:
|
|
touch internal/servers/hls/hls.min.js
|
|
docker run --rm -v $(PWD):/app -w /app \
|
|
$(LINT_IMAGE) \
|
|
golangci-lint run -v
|