Skip to content

fix: 친구 맛집 리스트 평균 평점 str로 변경 #290

fix: 친구 맛집 리스트 평균 평점 str로 변경

fix: 친구 맛집 리스트 평균 평점 str로 변경 #290

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