Skip to content

[analysis] 글로 보여줄 정보에 필요한 인원수, 0.2와 0.8퀀타일 mongoDB로. 첫과 막 클러스터는 꼭 생기게끔 #103

[analysis] 글로 보여줄 정보에 필요한 인원수, 0.2와 0.8퀀타일 mongoDB로. 첫과 막 클러스터는 꼭 생기게끔

[analysis] 글로 보여줄 정보에 필요한 인원수, 0.2와 0.8퀀타일 mongoDB로. 첫과 막 클러스터는 꼭 생기게끔 #103

Workflow file for this run

name: Format with black
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format files using the black formatter
uses: rickstaa/action-black@v1
id: action_black
with:
black_args: "."
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Formatted with black