Skip to content

wasm-oj/box

Repository files navigation

Box

WASM OJ Problem Box Manager.

Features

  • Generate problem index
  • Generate problem specs

Usage

Add .github/workflows/auto-index.yml:

# .github/workflows/auto-index.yml
name: Auto Index

on:
    push:
        branches:
            - main

permissions:
    contents: write

jobs:
    auto-index:
        runs-on: ubuntu-latest
        steps:
            - name: Checkout
              uses: actions/checkout@v3

            - name: Auto Index
              uses: wasm-oj/box@main

            - name: Commit
              uses: EndBug/add-and-commit@v9
              with:
                  default_author: github_actions
                  message: "[skip ci] chore: update index"
                  push: true

About

WASM OJ Problem Box Manager.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages