Skip to content

#418 Add a function to retrieve the list of projects #578

#418 Add a function to retrieve the list of projects

#418 Add a function to retrieve the list of projects #578

name: Code format check with Ruff
on:
pull_request:
branches:
- develop
- add-backend-server
types: [opened, synchronize, labeled, unlabeled]
push:
branches:
- develop
- add-backend-server
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Ruff for netspresso
uses: chartboost/ruff-action@v1
with:
src: "./netspresso"
version: 0.0.259
- name: Ruff for backend
uses: chartboost/ruff-action@v1
with:
src: "./app"
version: 0.0.259