Skip to content

Commit 486b87a

Browse files
author
Richard Unger
committed
Merge remote-tracking branch 'origin/dev'
2 parents 41b75e3 + ab65e10 commit 486b87a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Library Compile
2-
on: push
2+
on: [push, pull_request]
33
jobs:
4+
lint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- uses: arduino/arduino-lint-action@v1
9+
with:
10+
library-manager: submit
11+
project-type: library
412
build:
513
name: Test compile
614
runs-on: ubuntu-latest

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name=Simple FOC drivers
2-
version=1.0
1+
name=SimpleFOCDrivers
2+
version=1.0.0
33
author=Simplefoc <[email protected]>
44
maintainer=Simplefoc <[email protected]>
55
sentence=A library of supporting drivers for SimpleFOC. Motor drivers chips, encoder chips, current sensing and supporting code.

0 commit comments

Comments
 (0)