Skip to content

Wip/stm32f4 disco serial example #98

Wip/stm32f4 disco serial example

Wip/stm32f4 disco serial example #98

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- run: poetry install
- name: lint
run: |
shopt -s expand_aliases
. ./envr.ps1
lint