Skip to content

ci: convert build and test steps to use cargo-all-features #111

ci: convert build and test steps to use cargo-all-features

ci: convert build and test steps to use cargo-all-features #111

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