Skip to content

Merge pull request #161 from TNG/fix-negative-prompt-for-sd #152

Merge pull request #161 from TNG/fix-negative-prompt-for-sd

Merge pull request #161 from TNG/fix-negative-prompt-for-sd #152

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
src: "./service"
changed-files: "true"