CI - Add git hooks and staging checks #128
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-38-90-pipeline-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pre-commit
,commit-msg
)pre-commit
hookStaging workflow:
WIP: CI - Add git hooks and staging checksto CI - Add git hooks and staging checksUsed the
npm run formatter:fix
and changed additional 20src
files in the last commit to pass the workflow.@ -201,2 +209,3 @@
setCurrentUserMarks(currentUserMarks);
const currentUserMarks = getCurrentUserMarks(metaMarks, signedMarks)
setCurrentUserMarks(currentUserMarks)
// setCurrentUserMark(findNextCurrentUserMark(currentUserMarks) || null)
We should remove the comment or explain why we keep it
Removed, it's no longer needed.
2f587e9372
to1297acc7db
Rebased.