Skip to content

Merge pull request #35 from Armandpl/24-control-the-robot-using-an-ar… #56

Merge pull request #35 from Armandpl/24-control-the-robot-using-an-ar…

Merge pull request #35 from Armandpl/24-control-the-robot-using-an-ar… #56

Workflow file for this run

name: flake8 Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v1
with:
python-version: "3.7"
- name: flake8 Lint
uses: py-actions/flake8@v1