mirror of
https://github.com/mas-cli/mas
synced 2025-03-06 23:57:21 +00:00
Standardize emoji.
Partial #713 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
27228ddd60
commit
e9089846f5
3 changed files with 4 additions and 4 deletions
|
@ -308,7 +308,7 @@ If mas doesn't work for you as expected (e.g. you can't install/upgrade apps), r
|
|||
If the issue persists, please [file a bug](https://github.com/mas-cli/mas/issues/new).
|
||||
All feedback is much appreciated! ✨
|
||||
|
||||
## ℹ️ Build from source
|
||||
## 🏗 Build from source
|
||||
|
||||
You can build from Xcode by opening the root mas directory, or from the Terminal:
|
||||
|
||||
|
@ -318,7 +318,7 @@ script/build
|
|||
|
||||
Build output can be found in the `.build` directory within the project.
|
||||
|
||||
## ✅ Tests
|
||||
## 🧪 Tests
|
||||
|
||||
Tests are written using [Quick](https://github.com/Quick/Quick) & [Nimble](https://github.com/Quick/Nimble).
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
. "${0:a:h}/_setup_script"
|
||||
|
||||
printf $'==> 🚨 Formatting mas %s\n' "$(script/version)"
|
||||
printf $'==> 🧹 Formatting mas %s\n' "$(script/version)"
|
||||
|
||||
for formatter in markdownlint prettier swift-format swiftformat swiftlint yamllint; do
|
||||
if ! command -v "${formatter}" >/dev/null; then
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
. "${0:a:h}/_setup_script"
|
||||
|
||||
printf $'==> ✅ Testing mas %s\n' "$(script/version)"
|
||||
printf $'==> 🧪 Testing mas %s\n' "$(script/version)"
|
||||
|
||||
script/generate_package_swift test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue