change stylecheck name from "black" to "ruff"

This commit is contained in:
Lincoln Stein 2023-11-13 18:18:01 -05:00 committed by Kent Keirsey
parent 21206bafcf
commit a4f1db7c02

View File

@ -6,7 +6,7 @@ on:
branches: main
jobs:
black:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3