Skip to content

refactor: rename ContentRow into TextRow #116

refactor: rename ContentRow into TextRow

refactor: rename ContentRow into TextRow #116

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