CI - Add git hooks and staging checks #128
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sigit/sigit.io#128
Loading…
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.