Skip to content

Commit

Permalink
Merge pull request #9 from instantiator/add-status-checks
Browse files Browse the repository at this point in the history
Slight modification and add the status badge to README
  • Loading branch information
instantiator authored Apr 29, 2023
2 parents 417188d + 73b8f46 commit cc89bbd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
branches:
- main
pull_request:
branches:
- '**'
jobs:
ufbt-build-action:
ufbt-resistors-build-action:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -20,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 qrcodes/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# qrcodes

Some simple `.qrcode` files for the qrcode app ([src](https://github.com/bmatcuk/flipperzero-qrcode) | [distribution](https://flipc.org/bmatcuk/flipperzero-qrcode?branch=main))
Some simple `.qrcode` files for the qrcode app ([src](https://github.com/bmatcuk/flipperzero-qrcode) | [distribution](https://flipc.org/bmatcuk/flipperzero-qrcode?branch=main))
2 changes: 2 additions & 0 deletions resistors/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Resistance calculator

![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:

* [video](https://github.com/instantiator/flipper-zero-experimental-apps/blob/main/resistors/screenshots/2023-04-26%20resistance%20calculator%20flipper%20app.mov?raw=true)
Expand Down

0 comments on commit cc89bbd

Please sign in to comment.