https://github.com/loadsmart/peril-settings-staging
🔧 Settings for Loadsmart's hosted Danger Staging instance
https://github.com/loadsmart/peril-settings-staging
Last synced: over 1 year ago
JSON representation
🔧 Settings for Loadsmart's hosted Danger Staging instance
- Host: GitHub
- URL: https://github.com/loadsmart/peril-settings-staging
- Owner: loadsmart
- Created: 2018-05-21T15:04:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T19:02:16.000Z (about 3 years ago)
- Last Synced: 2023-08-11T19:59:03.895Z (almost 3 years ago)
- Language: TypeScript
- Homepage:
- Size: 392 KB
- Stars: 0
- Watchers: 57
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Peril Staging Settings
🔧 Settings for Loadsmart's hosted Danger *Staging* instance
## Start Hacking
This settings repository is a way to test new rules without stable repositories in Danger.
So it is recommended to test the rules created here into the [peril-hack repo](https://github.com/loadsmart/peril-hack)
If you still prefer to test the rules in another repository, you can add Peril Staging App to it, in the same way we do for the Peril App: https://github.com/loadsmart/peril-settings#how-to-add-peril-to-my-repo
## Install
```bash
$ git clone git@github.com:loadsmart/peril-settings.git
$ cd peril-staging-settings
$ brew install yarn
$ yarn install
```
## Test
```bash
$ yarn jest
```