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

View file

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

View file

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

View file

@ -2,6 +2,8 @@
# 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:
![Example - Firmwares](Readme%20Resources/Example%20-%20Firmwares.png)