Skip to content

Commit

Permalink
testing GitHub Actions support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Jan 3, 2020
1 parent c6f0235 commit 1e0616a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
steps:
# First of all, we clone the repo using the `checkout` action.
- name: Checkout
uses: actions/checkout@DEV
uses: actions/checkout@v2
ref: 'DEV'

# We use the `arduino/setup-arduino-cli` action to install and
# configure the Arduino CLI on the system.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![](https://github.com/AlexanderWillner/tonuino/workflows/TonUINO%20Compiler%20Test/badge.svg)

# TonUINO
Die DIY Musikbox (nicht nur) für Kinder

Expand Down

0 comments on commit 1e0616a

Please sign in to comment.