Skip to content

Commit

Permalink
Change library name in library.properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
latchdevel committed Nov 18, 2024
1 parent a7f15af commit 5829db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ArduinoLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
lint:
name: Arduino Lint
runs-on: ubuntu-latest

steps:
Expand All @@ -21,5 +22,5 @@ jobs:
uses: arduino/arduino-lint-action@v2
with:
compliance: strict
library-manager: update
library-manager: false
project-type: library
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=Uptime-Arduino-Library
name=Uptime-Lighted
version=1.0.0
author=Jorge Rivera
maintainer=Jorge Rivera
Expand Down

0 comments on commit 5829db1

Please sign in to comment.