Skip to content

Commit

Permalink
Yay! Lines of Code working with Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerceo committed Dec 21, 2024
1 parent b1d69e0 commit 06f0dca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: shadowmoose/[email protected]
id: badge
with:
debug: true
debug: false
directory: ./
badge: ./output/badge.svg
ignore: 'node_modules/|README'
badge: ./output/loc-badge.svg
ignore: 'node_modules/|README|*.mp3|*.zip|hardware/'

- name: Print the output
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Maintenance](https://img.shields.io/maintenance/yes/2023)
![GitHub last commit](https://img.shields.io/github/last-commit/hackerceo/milsim-prop-alpha)
![GitHub package.json version](https://img.shields.io/github/package-json/v/hackerceo/milsim-prop-alpha1)
![Lines of code](https://tokei.ekzhang.com/b1/github/hackerceo/milsim-prop-alpha1)
![Lines of code](https://raw.githubusercontent.com/hackerceo/milsim-prop-alpha1/image-data/loc-badge.svg)
![GitHub contributors](https://img.shields.io/github/contributors-anon/hackerceo/milsim-prop-alpha)

This project is an open-source game prop for military simulation games such as airsoft, paintball and others. It is designed to run on the ESP-family of IoT devices created by Espressif Systems. It specifically targets the [ESP32](https://www.wikipedia.org/wiki/ESP32) and ESP32S modules which can be bought from a wide range of sources.
Expand Down

0 comments on commit 06f0dca

Please sign in to comment.