Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

refactor: move TextCommand to use_case.py #118

refactor: move TextCommand to use_case.py

refactor: move TextCommand to use_case.py #118

Workflow file for this run

name: ruff
on:
push:
paths:
- "backend/src/**"
pull_request:
paths:
- "backend/src/**"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: "${{ github.workspace }}/backend/src"
args: --ignore D102