Skip to content

added recommended arm compiler installation in Dockerfile (but tempor… #78

added recommended arm compiler installation in Dockerfile (but tempor…

added recommended arm compiler installation in Dockerfile (but tempor… #78

Workflow file for this run

name: Format Python
on: [push, pull_request]
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Check formatting
run: |
pip install click==8.0.4 black==21.6b0
black --check --diff ./