8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ff709e + 6bb02af commit c8aaee4Copy full SHA for c8aaee4
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+# Keep GitHub Actions up to date with Dependabot...
2
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
3
+version: 2
4
+updates:
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "daily"
DIRECTORY.md
@@ -397,6 +397,7 @@
397
* **Timing-Functions**
398
* [GetMonthDays](Timing-Functions/GetMonthDays.js)
399
* [IntervalTimer](Timing-Functions/IntervalTimer.js)
400
+ * [ParseDate](Timing-Functions/ParseDate.js)
401
* **Trees**
402
* [BreadthFirstTreeTraversal](Trees/BreadthFirstTreeTraversal.js)
403
* [DepthFirstSearch](Trees/DepthFirstSearch.js)
0 commit comments