Skip to content

[#18, #19] 지도에 그리기 위한 (x, y) 좌표 추가 #7

[#18, #19] 지도에 그리기 위한 (x, y) 좌표 추가

[#18, #19] 지도에 그리기 위한 (x, y) 좌표 추가 #7

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: pre-commit/action@v2.0.3