Skip to content

library.properties: update version to v0.3.0 #14

library.properties: update version to v0.3.0

library.properties: update version to v0.3.0 #14

Workflow file for this run

name: Arduino Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run arduino-lint
uses: arduino/[email protected]
with:
compliance: "strict"
library-manager: "update"
project-type: "library"
recursive: "true"
verbose: "true"