Fix GitHub badges

This commit is contained in:
Nindi Gill 2022-12-08 14:58:16 +11:00
parent 4546bdd370
commit 889801e84e
4 changed files with 12 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -2,6 +2,8 @@
# MIST - macOS Installer Super Tool # MIST - macOS Installer Super Tool
![Latest Release](https://img.shields.io/github/v/release/ninxsoft/Mist?display_name=tag&label=Latest%20Release&sort=semver) [![Linting](https://github.com/ninxsoft/Mist/actions/workflows/linting.yml/badge.svg)](https://github.com/ninxsoft/Mist/actions/workflows/linting.yml) [![Unit Tests](https://github.com/ninxsoft/Mist/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/ninxsoft/Mist/actions/workflows/unit_tests.yml) [![Build](https://github.com/ninxsoft/Mist/actions/workflows/build.yml/badge.svg)](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:
![Example - Firmwares](Readme%20Resources/Example%20-%20Firmwares.png) ![Example - Firmwares](Readme%20Resources/Example%20-%20Firmwares.png)