-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BI-29 : Add Status Check in CI/CD pipeline (#10)
* BI:29 Added job in workflow to check upto date PR * configured prettierignore file * BI:29 updated reference of Check for Divergence job * BI:29 updated logic of comparison to compare common base * BI-29: New logic for job updated * BI-29: New logic for job * BI-29: New logic for job * BI-29: small fix for commit fe63695 * BI-29: small fix for commit 8479d38 * BI-29: New logic added for the workflow * BI-29: Changed the log message
- Loading branch information
1 parent
e8176f6
commit 3d94089
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.github/workflows/actions.yml | ||
.eslintrc.json | ||
.prettierrc.json | ||
.storybook/ | ||
.vscode/settings.json | ||
package.json | ||
package-lock.json | ||
README.md | ||
tailwind.config.js |