mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-01 04:19:36 -05:00
* build: adds local check for website links * build(make): adds website lint and setup target * docs: fix spellings and hcl blocks * fix(make): phony cmd for missing targets * chore: renames website link check workflow * fix: missing workflow path * build(make): adds golangci-lint target and tool * ci: adds website lint workflow * docs(contributing): adds linter runs * chore: improves naming of workflow jobs * ci: moves website lint job * chore: switches markdown checker imagee to ghcr.io/tcort/markdown-link-check:stable
9 lines
207 B
Modula-2
9 lines
207 B
Modula-2
module github.com/terraform-providers/terraform-provider-docker/tools
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/golangci/golangci-lint v1.33.0
|
|
github.com/katbyte/terrafmt v0.2.0
|
|
)
|