Skip to content

LeetSync

LeetSync #5

Workflow file for this run

name: LeetSync
on:
schedule:
- cron: "0 3 * * 1"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch queue branch
run: git fetch origin leetsync/queue || true
- name: Run LeetSync
uses: kascit/leetsync-action@v0
with:
config_path: leetsync.config.json