Skip to content

fix: 리스트 응답 구조 변경 #173

fix: 리스트 응답 구조 변경

fix: 리스트 응답 구조 변경 #173

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12
- name: Install dependencies
run: |
bash install_dependencies.sh
- name: Run pre-commit
run: |
pre-commit run --all-files