Skip to content

Commit 46d7188

Browse files
committed
Add repository badges and CI checks
1 parent 85b5894 commit 46d7188

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/arduino-lint.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Arduino-lint
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
lint:
13+
runs-on: ubuntu-latest
14+
timeout-minutes: 10
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: arduino/arduino-lint-action@v2
18+
with:
19+
project-type: all
20+
recursive: true
21+
compliance: permissive
22+
library-manager: false

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Reverse Geocache Box
2+
[![Arduino-lint](https://github.com/ripred/Reverse_Geocache_Box/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/ripred/Reverse_Geocache_Box/actions/workflows/arduino-lint.yml)
3+
[![GitHub release](https://flat.badgen.net/github/release/ripred/Reverse_Geocache_Box)](https://github.com/ripred/Reverse_Geocache_Box/releases/latest)
4+
[![License](https://flat.badgen.net/github/license/ripred/Reverse_Geocache_Box)](https://github.com/ripred/Reverse_Geocache_Box/blob/main/LICENSE)
5+
[![Stars](https://flat.badgen.net/github/stars/ripred/Reverse_Geocache_Box)](https://github.com/ripred/Reverse_Geocache_Box/stargazers)
6+
[![Forks](https://flat.badgen.net/github/forks/ripred/Reverse_Geocache_Box)](https://github.com/ripred/Reverse_Geocache_Box/network/members)
7+
28
A gift box, locked from the inside, that will only open at a special location that can be set by the giver.
39

410
When the button is pressed the box displays how far away they currently are. They must travel a few miles and check again to see if they are getting closer or further away from the destination! The receiver of the box only has so many tries to triangulate in on the special location.

0 commit comments

Comments
 (0)