Skip to content

ci: Enalbe tests with no platform specified #34

ci: Enalbe tests with no platform specified

ci: Enalbe tests with no platform specified #34

Workflow file for this run

on:
push:
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install black
run: pip install black
- name: Run black
run: black . --check