Skip to content

fix: loading assets when the page is not the home page of the fronten… #146

fix: loading assets when the page is not the home page of the fronten…

fix: loading assets when the page is not the home page of the fronten… #146

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@v4
- uses: astral-sh/ruff-action@v1
with:
src: "${{ github.workspace }}/backend/src"
args: check --ignore D102