Skip to content

Commit

Permalink
chore(mdtmpl): run mdtmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoSuessgott committed Oct 7, 2024
1 parent 358c2c3 commit 8d674fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
args: [--autofix, --no-sort-keys]

- repo: https://github.com/FalcoSuessgott/mdtmpl
rev: v0.0.3
rev: v0.0.4
hooks:
# example
- id: mdtmpl
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Add the following config to your `.pre-commit-config.yaml` file and adjust the `
```yaml
repos:
- repo: https://github.com/FalcoSuessgott/mdtmpl
rev: v0.0.3
rev: v0.0.4
hooks:
- id: mdtmpl
args: [-t=README.md.tmpl, -f, -o=README.md]
Expand Down
3 changes: 1 addition & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ HELLO!HELLO!HELLO!HELLO!HELLO!
<!--- {{ tmpl "examples/template.tmpl" }} --->
repos:
- repo: https://github.com/FalcoSuessgott/mdtmpl
rev: v0.0.3
rev: v0.0.4
hooks:
- id: mdtmpl
args: [-t=README.md.tmpl, -f, -o=README.md]
Expand All @@ -41,4 +41,3 @@ repos:
> You can include other templates `{{ tmplWithVars "examples/templateWithVars.tmpl" "version=v1.0.0" "name=kuberbernetes" }}`:
<!--- {{ tmplWithVars "examples/templateWithVars.tmpl" "version=v1.0.0" "name=kuberbernetes" }} --->
This is another template kuberbernetes-v1.0.0

0 comments on commit 8d674fd

Please sign in to comment.