Skip to content

Add Aerospace as an application (#1990) #955

Add Aerospace as an application (#1990)

Add Aerospace as an application (#1990) #955

Workflow file for this run

name: Lint Python
on:
push:
branches:
- master
pull_request:
jobs:
black:
runs-on: ubuntu-latest
container: python
steps:
- run: pip install black
- uses: actions/checkout@v4
- run: black --check --target-version py310 .