Skip to content

Feat: Create the keys json file for rendering BMW palette #64

Feat: Create the keys json file for rendering BMW palette

Feat: Create the keys json file for rendering BMW palette #64

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