@@ -46,7 +46,9 @@ The release process is automated. Follow the steps below.
4646
4747### Tests
4848
49- There are 2 checks - one for biome (linter & formatter) and one for the unit tests with ` jest ` .
49+ There are 2 checks:
50+ 1 . linter & formatter with [ biome] [ biome-website ]
51+ 2 . unit tests with [ jest] [ jest-website ]
5052
5153``` shell
5254# Run biome to check linting and formatting
@@ -75,7 +77,8 @@ Please visit our [Gitify FAQs][faqs] for all commonly asked questions.
7577
7678### License
7779
78- Gitify is licensed under the MIT Open Source license. For more information, see [ LICENSE] ( LICENSE ) .
80+ Gitify is licensed under the MIT Open Source license.
81+ For more information, see [ LICENSE] ( LICENSE ) .
7982
8083
8184<!-- LINK LABELS -->
@@ -89,6 +92,7 @@ Gitify is licensed under the MIT Open Source license. For more information, see
8992[ github-website-pulls ] : https://github.com/gitify-app/website/pulls
9093[ brew ] : http://brew.sh/
9194[ homebrew-cask ] : https://formulae.brew.sh/cask/gitify
95+ [ biome-website ] : biomejs.dev/
9296[ coveralls ] : https://coveralls.io/github/gitify-app/gitify
9397[ coveralls-badge ] : https://img.shields.io/coverallsCoverage/github/gitify-app/gitify
9498[ build-workflow-badge ] : https://github.com/gitify-app/gitify/actions/workflows/build-app.yml/badge.svg
@@ -100,5 +104,6 @@ Gitify is licensed under the MIT Open Source license. For more information, see
100104[ license-badge ] : https://img.shields.io/github/license/gitify-app/gitify
101105[ github-release-badge ] : https://img.shields.io/github/v/release/gitify-app/gitify
102106[ homebrew-cask-badge ] : https://img.shields.io/homebrew/cask/v/gitify
107+ [ jest-website ] : https://jestjs.io/
103108[ renovate ] : https://renovatebot.com/
104109[ renovate-badge ] : https://img.shields.io/badge/renovate-enabled-brightgreen.svg
0 commit comments