Skip to content

Commit 61398eb

Browse files
committed
feat: Update pages
1 parent 1adb153 commit 61398eb

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

β€Žrecipes/ci-cd/github-actions/workflows/pre-commit-hooks.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to use pre-commit hooks on GH Actions
55

66
Here we we pre-commit hooks to apply lint fixes Actions. One could also run the hook locally as a pre-commit hook and I don't know the value of doing this in CI, but this is here anyway as a reference for when I need it.
77

8-
See also [Hooks](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/git/hooks/) section of my Dev Cheatsheets repo.
8+
See also [Hooks](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/version-control/git/hooks/) section of my Dev Cheatsheets repo.
99

1010

1111
## Samples
@@ -56,12 +56,12 @@ Use of Python `pre-commit` package when linting. This alone won't persist change
5656
5757
steps:
5858
- uses: actions/checkout@v2
59-
59+
6060
- name: Set up Python 3.8
6161
uses: actions/setup-python@v1
6262
with:
6363
python-version: 3.8
64-
64+
6565
- name: Linting
6666
run: |
6767
pip install pre-commit

β€Žrecipes/jekyll/snippets/index.mdβ€Ž

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@ layout: listing
33
---
44
# Snippets
55

6-
Or rather, `_includes` files to add to your project as boilerplate and modify if needed.
7-
8-
Based on this folder (currently on feature branch)
9-
10-
- `https://github.com/MichaelCurrin/dev-cheatsheets/tree/add-jekyll/_includes`
6+
Some `_includes` files to add to your project as boilerplate and modify if needed.

β€Žrecipes/terraform/index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ logo: terraform
44
---
55
# Terraform
66

7-
See also my [Terraform cheatsheet](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/other/terraform.html).
7+
See also my [Terraform cheatsheet](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/terraform/).

0 commit comments

Comments
Β (0)