Skip to content

fix: settings.py에 중복 cors 설정 제거 #325

fix: settings.py에 중복 cors 설정 제거

fix: settings.py에 중복 cors 설정 제거 #325

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