mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-01 07:48:24 -04:00
Fix GitHub badges
This commit is contained in:
parent
4546bdd370
commit
889801e84e
4 changed files with 12 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
name: Build Mist
|
||||
name: Build
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build-app:
|
||||
name: Build Mist
|
||||
build:
|
||||
name: Build
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Export Mist
|
||||
run: xcodebuild -exportArchive -archivePath Mist.xcarchive -exportPath Export -exportOptionsPlist ExportOptions.plist
|
||||
- name: Print Mist version
|
||||
run: defaults read Export/Mist.app CFBundleShortVersionString
|
||||
run: defaults read Export/Mist.app/Contents/Info.plist CFBundleShortVersionString
|
||||
- name: Remove Apple Developer Keychain
|
||||
if: ${{ always() }}
|
||||
run: security delete-keychain $RUNNER_TEMP/apple-developer.keychain-db
|
|
@ -1,8 +1,8 @@
|
|||
name: Lint Codebase
|
||||
name: Linting
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
lint-codebase:
|
||||
name: Lint Codebase
|
||||
linting:
|
||||
name: Linting
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
|
@ -1,8 +1,8 @@
|
|||
name: Run Unit Tests
|
||||
name: Unit Tests
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
run_unit_tests:
|
||||
name: Run Unit Tests
|
||||
unit_tests:
|
||||
name: Unit Tests
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
# MIST - macOS Installer Super Tool
|
||||
|
||||
 [](https://github.com/ninxsoft/Mist/actions/workflows/linting.yml) [](https://github.com/ninxsoft/Mist/actions/workflows/unit_tests.yml) [](https://github.com/ninxsoft/Mist/actions/workflows/build.yml)
|
||||
|
||||
A Mac utility that automatically downloads macOS Firmwares / Installers:
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue