mirror of
https://github.com/golangci/golangci-lint-action
synced 2026-09-07 20:04:01 +00:00
6 lines
100 B
Docker
6 lines
100 B
Docker
FROM golangci/golangci-lint:v1.26
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|