Skip to content

[analysis] mongoDB로 전송할 때 metroId와 localId 추가. 충청남도 당진군에서 오작동 #90

[analysis] mongoDB로 전송할 때 metroId와 localId 추가. 충청남도 당진군에서 오작동

[analysis] mongoDB로 전송할 때 metroId와 localId 추가. 충청남도 당진군에서 오작동 #90

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