Skip to content

Commit 14bd3f4

Browse files
Deployed to github pages
1 parent 23a7df5 commit 14bd3f4

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

all-hooks.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7130,5 +7130,16 @@
71307130
"files": "^\\.github/workflows/",
71317131
"entry": "actionlint"
71327132
}
7133+
],
7134+
"https://github.com/hija/clean-dotenv": [
7135+
{
7136+
"id": "clean-dotenv",
7137+
"name": "Clean Dotenv",
7138+
"description": "Automatically creates an .env.example which creates the same keys as your .env file, but without the values",
7139+
"entry": "clean-dotenv",
7140+
"language": "python",
7141+
"always_run": true,
7142+
"pass_filenames": false
7143+
}
71337144
]
71347145
}

hooks.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4225,6 +4225,17 @@ <h3 data-repo="https://github.com/rhysd/actionlint">
42254225
- Runs system-installed actionlint to lint GitHub Actions workflow files
42264226
</li>
42274227
</ul>
4228+
<h3 data-repo="https://github.com/hija/clean-dotenv">
4229+
<a href="https://github.com/hija/clean-dotenv" target="_blank">
4230+
github.com/hija/clean-dotenv
4231+
</a>
4232+
</h3>
4233+
<ul data-repo="https://github.com/hija/clean-dotenv">
4234+
<li data-id="clean-dotenv" data-types="">
4235+
<code>clean-dotenv</code>
4236+
- Automatically creates an .env.example which creates the same keys as your .env file, but without the values
4237+
</li>
4238+
</ul>
42284239
</div>
42294240

42304241
<script src="assets/filter_repos.js"></script>

0 commit comments

Comments
 (0)