Skip to content

Introduce riscv64 CI #23

Introduce riscv64 CI

Introduce riscv64 CI #23

Workflow file for this run

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