Skip to content

feat: Convert the BMW encoding to JSON #60

feat: Convert the BMW encoding to JSON

feat: Convert the BMW encoding to JSON #60

Workflow file for this run

name: Code linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint python scripts
run: flake8