Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Automattic/peril-settings

Repository files navigation

Peril Settings

These are the settings for running Peril on repositories in Automattic, simplenote and wordpress-mobile.

Development Environment

Using Docker

You can use Docker to work and test this project in the appropriate container.

docker run -it --rm --init --volume "${PWD}":/workdir --workdir /workdir node:10 /bin/sh -e -c $'yarn install --frozen-lockfile; yarn jest'

Without Docker

  • Clone the repo.
  • Ensure you have node and yarn installed on your machine.
  • Run yarn install.
  • Run the tests using yarn jest.

About

Settings for Peril https://github.com/danger/peril

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 18