Skip to content

Commit

Permalink
Make build slightly more specific, add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
instantiator committed Apr 29, 2023
1 parent 3494c0a commit 73b8f46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- '**'
jobs:
ufbt-build-action:
ufbt-resistors-build-action:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Unleashed Release
sdk-index-url: https://up.unleashedflip.com/directory.json
sdk-channel: release
name: 'ufbt: Build for ${{ matrix.name }}'
name: 'resistors: ufbt build for ${{ matrix.name }}'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NB. These apps are in development - and will be marked complete when ready.

| Screenshot | Directory | App | Description | State |
|---|-|-|---|-|
| ![Screenshot of the resistance calculator in action](resistors/screenshots/2023-04-26%20resistor%20view.png) | [resistors](resistors/) | Resistance calculator | Coloured band resistance calculator. | Testing |
| ![Screenshot of the resistance calculator in action](resistors/screenshots/2023-04-26%20resistor%20view.png) | [resistors](resistors/) | Resistance calculator | Coloured band resistance calculator. | ![Build status](https://github.com/instantiator/flipper-zero-experimental-apps/actions/workflows/build-resistors.yml/badge.svg?branch=main) |

## Build tools

Expand Down
2 changes: 1 addition & 1 deletion resistors/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Resistance calculator

![Build status](https://github.com/instantiator/flipper-zero-experimental-apps/actions/workflows/build.yml/badge.svg?branch=main)
![Build status](https://github.com/instantiator/flipper-zero-experimental-apps/actions/workflows/build-resistors.yml/badge.svg?branch=main)

A simple app to calculate resistance from the coloured bands. See:

Expand Down

0 comments on commit 73b8f46

Please sign in to comment.