Skip to content

fix #5 complete list of RAL colors #8

fix #5 complete list of RAL colors

fix #5 complete list of RAL colors #8

Workflow file for this run

name: Lint
on: [push]
jobs:
flake8:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Analysing the code with flake8
run: |
flake8