Skip to content

Commit

Permalink
Kaia.ai tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
remakeai committed Aug 8, 2023
1 parent c0447f9 commit ad04227
Show file tree
Hide file tree
Showing 11 changed files with 122 additions and 265 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.sh text eol=lf
*.meta text eol=lf
*.cmake text eol=lf
*.repos text eol=lf
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assignees: ''
- Hardware description: <!-- hardware where you are using micro-ROS -->
- RTOS: <!-- RTOS where you are using micro-ROS -->
- Installation type: <!-- micro_ros_setup, modules, etc -->
- Version or commit hash: <!-- version of micro-ROS used: foxy, rolling -->
- Version or commit hash: <!-- version of micro-ROS used: humble, iron, rolling -->

#### Steps to reproduce the issue
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/arduino-lint-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict
83 changes: 0 additions & 83 deletions .github/workflows/ci.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/library_generation.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "extras/library_generation/extra_packages/kaia_msgs"]
path = extras/library_generation/extra_packages/kaia_msgs
url = https://github.com/kaiaai/kaia_msgs/
Loading

0 comments on commit ad04227

Please sign in to comment.