File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 51
51
uses : actions/setup-python@v4
52
52
with :
53
53
python-version : " 3.11"
54
- # TODO: We need the Go version and Go cache location for the actions/cache step,
54
+ # We need the Go version and Go cache location for the actions/cache step,
55
55
# so the Go installation must happen before that.
56
56
- id : setup-go
57
57
uses : actions/setup-go@v4
@@ -127,6 +127,7 @@ jobs:
127
127
PACKAGE_URL : honnef.co/go/tools/cmd/staticcheck
128
128
PACKAGE_VERSION : ${{ steps.setup-env.outputs.staticcheck-version }}
129
129
run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
130
+ # TODO: https://github.com/cisagov/skeleton-generic/issues/165
130
131
# We are temporarily using @mcdonnnj's forked branch of terraform-docs
131
132
# until his PR: https://github.com/terraform-docs/terraform-docs/pull/745
132
133
# is approved. This temporary fix will allow for ATX header support when
You can’t perform that action at this time.
0 commit comments