Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
This commit updates the GitHub Actions workflow file to include a lint job that runs on push and pull request events. The lint job uses the latest version of the Arduino lint action.
  • Loading branch information
jeoooo committed Jan 29, 2024
1 parent cbfc9ff commit 91384ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
- name: arduino/arduino-lint-action
uses: arduino/[email protected]
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=PocketbaseArduino
version=0.3.5
author=Jeo Carlo Lubao
maintainer=Jeo Carlo Lubao
sentence=Pocketbase Library for Arduino
paragraph=[Create, Update and Auth In Progress] This library simplifies the process of communicating with Pocketbase. It hides the complexity of authentication and json parsing.
category=Communication
url=https://github.com/jeoooo/pocketbasearduino
architectures=esp8266

0 comments on commit 91384ec

Please sign in to comment.