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

fix: try to run with default config #30

fix: try to run with default config

fix: try to run with default config #30

Workflow file for this run

name: Ruff
on: [push, pull_request]
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