Skip to content

[fix] Remove hyperlink from stock image. Add flaticon attribution. #23

[fix] Remove hyperlink from stock image. Add flaticon attribution.

[fix] Remove hyperlink from stock image. Add flaticon attribution. #23

Workflow file for this run

name: Ruff Formating and Linting
on: [pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Check for code formatting using ruff format
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"
# Check for code linting with ruff check
- uses: astral-sh/ruff-action@v1
with:
src: "./back-end/src"