Merge opendbc subtree

This commit is contained in:
Vehicle Researcher
2020-05-31 13:22:45 -07:00
36 changed files with 942 additions and 855 deletions
+3
View File
@@ -12,6 +12,9 @@ jobs:
set -e
docker build -t opendbc .
name: "Build"
- name: Static analysis
run: |
docker run opendbc bash -c "cd opendbc && git init && git add -A && pre-commit run --all"
- run: |
docker run opendbc bash -c "python -m unittest discover opendbc"
name: "Unit tests"