You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plan.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Tasks:
5
5
-[x] create documentation for the project that can be pushed to github pages using a github action
6
6
-[x] create a github action to publish the documentation to github pages
7
7
-[x] Update the README to include a section on how to convert from pre-commit to rustyhook
8
+
-[x] Remove the duplicate code in the github actions by consolidating the build steps and deployment steps into a single workflow (the ones that relate to publishing that is)
8
9
-[ ] create a command line tool that can be used to convert a pre-commit configuration file to rustyhook configuration file
9
10
-[ ] expand all built in hooks to include all known hooks from https://pre-commit.com/hooks.html
10
11
-[ ] enable logging to a file or other outputs other than just stdout
@@ -14,7 +15,7 @@ Tasks:
14
15
-[ ] emulate all known pre-commit hooks for use with native execution - all known hooks at https://github.com/pre-commit/pre-commit-hooks
15
16
-[ ] create tests for each hook and complete coverage
16
17
-[ ] replace the npm and nvm install process with fnm if it makes sense to do so
17
-
-[ ] Remove the duplicate code in the github actions by consolidating the build steps and deployment steps into a single workflow
18
+
18
19
-[ ] Re-evaluate the use of python and other languages in the docker file as they are likely not needed
19
20
-[ ] Update the `.junie/guidelines.md` file to include the new features and rust best practices
20
21
-[ ] Use a mechanism to create and deploy semver compatible releases. Perhaps use cargo-release or some other mechanism to automatically generate release notes and create a tag - trigger a release on tag creation.
0 commit comments