Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33043549
D5135.1768416660.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
516 B
Referenced Files
None
Subscribers
None
D5135.1768416660.diff
View Options
diff --git a/.lintstagedrc.js b/.lintstagedrc.js
--- a/.lintstagedrc.js
+++ b/.lintstagedrc.js
@@ -38,6 +38,9 @@
'{landing,lib}/**/*.js': function landingFlow(files) {
return 'yarn workspace landing flow --quiet';
},
+ 'services/identity/**/*.rs': function testIdentity(files) {
+ return 'bash -c "cd services/identity && cargo test"';
+ },
'{native,services}/**/*.{h,cpp,java,mm}': function clangFormat(files) {
files = files.filter(path => {
if (path.indexOf('generated') !== -1) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 14, 6:51 PM (13 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5933463
Default Alt Text
D5135.1768416660.diff (516 B)
Attached To
Mode
D5135: [CI] Add identity pre-commit hook
Attached
Detach File
Event Timeline
Log In to Comment