Skip to content

Commit

Permalink
Publish to Arduino IDE Library manager
Browse files Browse the repository at this point in the history
Publish to PlatformIO Library manager
  • Loading branch information
XavierBrassoud committed Feb 16, 2024
1 parent 6720edb commit a7a0031
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: arduino-lint
uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict
# - name: arduino-lint
# uses: arduino/arduino-lint-action@v1
# with:
# library-manager: update
# compliance: strict

- uses: cpp-linter/cpp-linter-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Add packages to update into release-please-config.json
- name: Write new version to packages
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
command: manifest
token: ${{ secrets.MAINTAINER_PAT }}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Epson_PNL_CE02
version=0.0.0 # x-release-please-version
version=0.0.0
author=Xavier BRASSOUD <[email protected]>
maintainer=Xavier BRASSOUD <[email protected]>
sentence=Library to repurposing the control panel (PNL CE02) of EPSON XP 520/530/540 printers from an Arduino.
Expand Down

0 comments on commit a7a0031

Please sign in to comment.