Skip to content

Fixed proto gen, fixed compilation, add load cell tracking #437

Fixed proto gen, fixed compilation, add load cell tracking

Fixed proto gen, fixed compilation, add load cell tracking #437

Workflow file for this run

name: Pyflakes
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
pyflakes:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: pyflakes
uses: reviewdog/action-pyflakes@master
with:
github_token: ${{ secrets.github_token }}