From 779001dbabf419e19f5f8b8fbd9d04a83a9fd6f1 Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 10 Jan 2024 21:10:28 +0100 Subject: [PATCH] doc: github actions (#99) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29229fa..9af304c 100644 --- a/README.md +++ b/README.md @@ -1135,6 +1135,8 @@ $ yarn install Before making a [pull request](https://help.github.com/articles/creating-a-pull-request/), check that the code passes all the unit tests, respects the [Standard JS rules](https://standardjs.com/), and the [Flow type checker](https://flow.org/). +Tests will also run automatically with GitHub Actions when you open a PR. + ```shell $ yarn run test ```