Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Update dependency setuptools to v78 [SECURITY] #79

Update dependency setuptools to v78 [SECURITY]

Update dependency setuptools to v78 [SECURITY] #79

name: NameAI Python - Lint
on:
push:
branches:
- main
paths:
- "apps/api.nameai.io/**"
pull_request:
branches: ["main", "staging"]
paths:
- "apps/api.nameai.io/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout NameKit repo
uses: actions/checkout@v4
- name: Ruff Check
uses: chartboost/ruff-action@v1
with:
version: 0.6.7
src: "./apps/api.nameai.io"
- name: Ruff Format
uses: chartboost/ruff-action@v1
with:
version: 0.6.7
args: "format --check"
src: "./apps/api.nameai.io"