Skip to content

chore(deps): bump faker from 25.1.0 to 25.2.0 in /apps/api #573

chore(deps): bump faker from 25.1.0 to 25.2.0 in /apps/api

chore(deps): bump faker from 25.1.0 to 25.2.0 in /apps/api #573

Workflow file for this run

name: API Lint
on:
push:
paths:
- "apps/api/**"
pull_request:
paths:
- "apps/api/**"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Ruff lint
uses: chartboost/ruff-action@v1
with:
src: "./apps/api"