Skip to content

Commit

Permalink
Merge branch 'develop' into feature/ci-s3-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Aug 1, 2024
2 parents 6a61fd6 + 69fa681 commit 30fe5ed
Show file tree
Hide file tree
Showing 99 changed files with 5,578 additions and 9,758 deletions.
3,271 changes: 39 additions & 3,232 deletions .github/scripts/package-lock.json

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: cpp-linter

on:
pull_request:
types: [opened, reopened, synchronize]
paths: [ '**.c', '**.h', '**.cpp', '**.hpp', '.clang-format' ]
push:
paths: [ '**.c', '**.h', '**.cpp', '**.hpp', '.clang-format' ]
workflow_dispatch: # Manually invoked by user.

jobs:
cpp-linter:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: cpp-linter/cpp-linter-action@v2
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: file
version: 18
step-summary: true
format-review: true

- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0
run: |
echo "Some files failed the linting checks!"
# for actual deployment
# run: exit 1
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "schemas"]
path = schemas
url = https://github.com/OpenShock/flatbuffers-schemas
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Confirmed working boards:
- Lolin S3
- OpenShock (Legacy)
- Core V1
- DFRobot Firebeetle 2 ESP32-E

## Flashing

Expand All @@ -74,3 +75,7 @@ You will need:
# Install dependencies
pip install -r requirements.txt
```

## Support

You can support the openshock dev team here: [Sponsor OpenShock](https://github.com/sponsors/OpenShock)
Loading

0 comments on commit 30fe5ed

Please sign in to comment.