Update CONTRIBUTING.md

This commit is contained in:
Konrad `ktoso` Malawski 2020-07-17 10:07:44 +09:00 committed by Konrad `ktoso` Malawski
parent 313c84fdec
commit f46b1894aa
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ For this reason, whenever you add new tests **you have to run a script** that ge
### Run `./scripts/sanity.sh`
The scripts directory contains a [sanity.sh script](https://github.com/swift-server/swift-service-lifecycle/blob/master/scripts/sanity.sh)
The scripts directory contains a [sanity.sh script](https://github.com/apple/swift-metrics/blob/master/scripts/sanity.sh)
that enforces additional checks, like license headers and formatting style.
Please make sure to `./scripts/sanity.sh` before pushing a change upstream, otherwise it is likely the PR validation will fail