Skip to content

[scrap] 신규의원 후보중에 찾기. 아직 후보목록이 mongodb에 없어서 테스트는 하지 않음 #107

[scrap] 신규의원 후보중에 찾기. 아직 후보목록이 mongodb에 없어서 테스트는 하지 않음

[scrap] 신규의원 후보중에 찾기. 아직 후보목록이 mongodb에 없어서 테스트는 하지 않음 #107

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