We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b450a7d commit 2433054Copy full SHA for 2433054
CONTRIBUTING.md
@@ -70,7 +70,7 @@ For this reason, whenever you add new tests **you have to run a script** that ge
70
71
### Run `./scripts/sanity.sh`
72
73
-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](scripts/sanity.sh)
74
that enforces additional checks, like license headers and formatting style.
75
Please make sure to `./scripts/sanity.sh` before pushing a change upstream, otherwise it is likely the PR validation will fail
76
on minor changes such as a missing `self.` or similar formatting issues.
0 commit comments