Skip to content

Commit d114fb4

Browse files
authored
Move TODO and add link to the issue
`TODO` was placed on the wrong comment block. Also I am adding a link to the issue for the TODO.
1 parent 3711ebe commit d114fb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/setup-python@v4
5252
with:
5353
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,
5555
# so the Go installation must happen before that.
5656
- id: setup-go
5757
uses: actions/setup-go@v4
@@ -127,6 +127,7 @@ jobs:
127127
PACKAGE_URL: honnef.co/go/tools/cmd/staticcheck
128128
PACKAGE_VERSION: ${{ steps.setup-env.outputs.staticcheck-version }}
129129
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
130+
# TODO: https://github.com/cisagov/skeleton-generic/issues/165
130131
# We are temporarily using @mcdonnnj's forked branch of terraform-docs
131132
# until his PR: https://github.com/terraform-docs/terraform-docs/pull/745
132133
# is approved. This temporary fix will allow for ATX header support when

0 commit comments

Comments
 (0)