mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-06 09:41:18 -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]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build-app:
|
build:
|
||||||
name: Build Mist
|
name: Build
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Export Mist
|
- name: Export Mist
|
||||||
run: xcodebuild -exportArchive -archivePath Mist.xcarchive -exportPath Export -exportOptionsPlist ExportOptions.plist
|
run: xcodebuild -exportArchive -archivePath Mist.xcarchive -exportPath Export -exportOptionsPlist ExportOptions.plist
|
||||||
- name: Print Mist version
|
- 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
|
- name: Remove Apple Developer Keychain
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
run: security delete-keychain $RUNNER_TEMP/apple-developer.keychain-db
|
run: security delete-keychain $RUNNER_TEMP/apple-developer.keychain-db
|
|
@ -1,8 +1,8 @@
|
||||||
name: Lint Codebase
|
name: Linting
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
lint-codebase:
|
linting:
|
||||||
name: Lint Codebase
|
name: Linting
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
|
@ -1,8 +1,8 @@
|
||||||
name: Run Unit Tests
|
name: Unit Tests
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
run_unit_tests:
|
unit_tests:
|
||||||
name: Run Unit Tests
|
name: Unit Tests
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
# MIST - macOS Installer Super Tool
|
# 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:
|
A Mac utility that automatically downloads macOS Firmwares / Installers:
|
||||||
|
|
||||||

|

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