Skip to content

Commit

Permalink
Add some badges to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-luke-98 committed Apr 27, 2024
1 parent 267d4ea commit e8f80e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compile-sketches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

# https://github.com/arduino/compile-sketches
- name: Compile sketches
uses: arduino/compile-sketches@v1
with:
Expand All @@ -20,5 +21,3 @@ jobs:
libraries: |
- name: Adafruit NeoPixel
version: 1.12.0
verbose: true
enable-warnings-report: true
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# LEDBeerPong (2020)
<div align='center'>

[![License](https://img.shields.io/badge/License-MIT-green)](LICENSE.md "Go to license section")
![Arduino Version](https://img.shields.io/badge/Arduino-1.8.12-blue) \
[![License](https://img.shields.io/badge/License-MIT-red)](LICENSE.md "Go to license section")
![Arduino Version](https://img.shields.io/badge/Arduino-1.8.12-blue)
[![Compile Sketches](https://github.com/lucky-luke-98/LEDBeerPong/actions/workflows/compile-sketches.yml/badge.svg)](https://github.com/lucky-luke-98/LEDBeerPong/actions/workflows/compile-sketches.yml)
![Open Issues](https://img.shields.io/github/issues-raw/lucky-luke-98/LEDBeerPong) \
[Documentation](https://github.com/lucky-luke-98/LEDBeerPong/blob/main/docs/README.md)
<p>
<img width="15%" src="docs/images/arduino_logo.png">
Expand Down

0 comments on commit e8f80e2

Please sign in to comment.