Skip to content

refactor: build시 test가 수행되어 순서 변경 및 중복 삭제 #1

refactor: build시 test가 수행되어 순서 변경 및 중복 삭제

refactor: build시 test가 수행되어 순서 변경 및 중복 삭제 #1

Workflow file for this run

name: Batch Cron
on:
schedule:
- cron: '*/10 * * * *'
workflow_dispatch:
jobs:
code-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
run: |
curl -X 'POST' \
'https://api.fewletter.site/batch/article' \
-H 'accept: application/json' \
-H 'Content-Type: application/json'