mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Change stylecheck name from "black" to "ruff" (#5090)
## What type of PR is this? (check all applicable) - [ ] Refactor - [X] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update - [ ] Community Node Submission ## Have you discussed this change with the InvokeAI team? - [ ] Yes - [X] No, because: it is trivial ## Have you updated all relevant documentation? - [ ] Yes - [X] No ## Description After the switch to the "ruff" linter, I noticed that the stylecheck workflow is still described as "black" in the action logs. This small PR should fix the issue.
This commit is contained in:
commit
b6f356f067
2
.github/workflows/style-checks.yml
vendored
2
.github/workflows/style-checks.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
black:
|
||||
ruff:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user