Skip to content

TAndroid Build instructions #12

TAndroid Build instructions

TAndroid Build instructions #12

Workflow file for this run

name: ci
on:
push:
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: "pip"
- run: pip install black
- run: black . --check --diff