File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
PACKAGE_URL : honnef.co/go/tools/cmd/staticcheck
141
141
PACKAGE_VERSION : ${{ steps.setup-env.outputs.staticcheck-version }}
142
142
run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
143
- # TODO: https://github.com/cisagov/skeleton-generic /issues/165
143
+ # TODO: https://github.com/cisagov/action-job-preamble /issues/165
144
144
# We are temporarily using @mcdonnnj's forked branch of terraform-docs
145
145
# until his PR: https://github.com/terraform-docs/terraform-docs/pull/745
146
146
# is approved. This temporary fix will allow for ATX header support when
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ all of which should be in this repository.
15
15
16
16
If you want to report a bug or request a new feature, the most direct
17
17
method is to [ create an
18
- issue] ( https://github.com/cisagov/skeleton-generic /issues ) in this
18
+ issue] ( https://github.com/cisagov/action-job-preamble /issues ) in this
19
19
repository. We recommend that you first search through existing
20
20
issues (both open and closed) to check if your particular issue has
21
21
already been reported. If it has then you might want to add a comment
25
25
## Pull requests ##
26
26
27
27
If you choose to [ submit a pull
28
- request] ( https://github.com/cisagov/skeleton-generic /pulls ) , you will
28
+ request] ( https://github.com/cisagov/action-job-preamble /pulls ) , you will
29
29
notice that our continuous integration (CI) system runs a fairly
30
30
extensive set of linters and syntax checkers. Your pull request may
31
31
fail these checks, and that's OK. If you want you can stop there and
@@ -146,9 +146,9 @@ can create and configure the Python virtual environment with these
146
146
commands:
147
147
148
148
``` console
149
- cd skeleton-generic
150
- pyenv virtualenv <python_version_to_use> skeleton-generic
151
- pyenv local skeleton-generic
149
+ cd action-job-preamble
150
+ pyenv virtualenv <python_version_to_use> action-job-preamble
151
+ pyenv local action-job-preamble
152
152
pip install --requirement requirements-dev.txt
153
153
```
154
154
Original file line number Diff line number Diff line change 1
- # skeleton-generic #
1
+ # action-job-preamble #
2
2
3
- [ ![ GitHub Build Status] ( https://github.com/cisagov/skeleton-generic /workflows/build/badge.svg )] ( https://github.com/cisagov/skeleton-generic /actions )
3
+ [ ![ GitHub Build Status] ( https://github.com/cisagov/action-job-preamble /workflows/build/badge.svg )] ( https://github.com/cisagov/action-job-preamble /actions )
4
4
5
5
This is a generic skeleton project that can be used to quickly get a
6
6
new [ cisagov] ( https://github.com/cisagov ) GitHub project started.
You can’t perform that action at this time.
0 commit comments