mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Init Danger/Endanger with Backbone/package.json versions rules
This commit is contained in:
8
dangerfile.js
Normal file
8
dangerfile.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
// Ensuring that the root directory is the same as this file before we load any
|
||||
// danger code. This is needed so we can run danger with the danger/package.json
|
||||
// file in CI
|
||||
process.chdir(__dirname);
|
||||
require('./danger/rules.ts');
|
||||
Reference in New Issue
Block a user