Skip to content

Fix: 세팅 변경 및 중복 수정 #200

Fix: 세팅 변경 및 중복 수정

Fix: 세팅 변경 및 중복 수정 #200

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