Skip to content

Commit

Permalink
Merge pull request #8 from leollo98/Dev
Browse files Browse the repository at this point in the history
Dev merge
  • Loading branch information
leollo98 authored Jul 18, 2024
2 parents 05f2ded + 8be950a commit 118cbca
Show file tree
Hide file tree
Showing 9 changed files with 462 additions and 38 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,31 @@ name: CI

on:
push:
branches: [ main ]
branches: [ '*' ]
pull_request:
branches: [ main ]
branches: [ '*' ]

jobs:
CI:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: arduino/arduino-lint-action
- name: arduino lint action
uses: arduino/[email protected]
with:
verbose: true

- name: Update my-file.json description
uses: jossef/action-set-json-field@v2
with:
file: library.json
field: version
value: 1.${{ github.run_number }}.0

- name: platform IO publish
uses: bojit/platformio-publish@main
with:
token: ${{ secrets.PLATFORMIO_TOKEN }}


Loading

0 comments on commit 118cbca

Please sign in to comment.