chore: add spell checker to workflows (#4975)

* chore: add spell checker to workflows

* fix: update config schema

* fix: revert for fennel.rs
This commit is contained in:
Zhizhen He
2023-03-23 02:42:46 +08:00
committed by GitHub
parent d350ccb2a3
commit 0f8a2d9363
14 changed files with 41 additions and 19 deletions
+2 -2
View File
@@ -204,7 +204,7 @@ there are two .plist files that can be used to specify the architecture required
## Signing the Distribution package
This is also fairly simple, and analagous to signing the binary.
This is also fairly simple, and analogous to signing the binary.
```
productsign --timestamp --sign "<Key ID>" <input.pkg> <output.pkg>
@@ -212,7 +212,7 @@ productsign --timestamp --sign "<Key ID>" <input.pkg> <output.pkg>
## Notarizing the Distribution Package
Also analagous to notarizing the binary. We run
Also analogous to notarizing the binary. We run
```
xcrun notarytool submit <package.pkg> --keychain-profile "AC_PASSWORD" --wait