You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,14 @@ This repository contains various examples of the usage of [Nutrient Web SDK](htt
6
6
-**Guides**: https://www.nutrient.io/guides/web/
7
7
-**API**: https://www.nutrient.io/guides/web/api/
8
8
9
+
## Development
10
+
11
+
### Biome Version Check
12
+
13
+
This repository includes a check to ensure that the Biome version in `package.json` matches the version in `.github/workflows/biome.yml`. This check is run:
14
+
15
+
- During CI/CD in the GitHub workflow
16
+
- As a pre-commit hook to prevent commits with mismatched versions
17
+
- Manually using `npm run check-biome-version`
18
+
19
+
If you update the Biome version in `package.json`, make sure to update it in `.github/workflows/biome.yml` as well.
0 commit comments