Skip to content

Commit dfeff22

Browse files
committed
Merge remote-tracking branch 'template/main'
2 parents c5d0572 + 1f7df84 commit dfeff22

15 files changed

+2350
-7
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ jobs:
103103
# Skip prepublishOnly script to avoid running tests with modified package name
104104
npm publish --access public --provenance --ignore-scripts
105105
env:
106-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.husky/pre-commit

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Format and fix all non-gitignored files
2-
npx biome check --write --unsafe . || true
1+
# Format all non-gitignored files
2+
npx biome check --write .
33

44
# Stage any formatting changes
55
git add -u
66

7-
# Run tests (but don't block commit on failure)
8-
npm test || true
7+
# Run tests
8+
npm test

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@
102102
All notable changes to this project will be documented in this file.
103103

104104
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
105-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
105+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You do not have to comply with the license for elements of the material in the p
2121

2222
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
2323

24-
For commercial use or licensing inquiries, please contact the copyright holder.
24+
For commercial use or licensing inquiries, please contact the copyright holder.

0 commit comments

Comments
 (0)