Skip to content

feat: update problems with new format #12

feat: update problems with new format

feat: update problems with new format #12

Workflow file for this run

name: Auto Index and Spec Generation
on:
push:
branches:
- main
permissions:
contents: write
jobs:
auto-index:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Spec Generation
uses: wasm-oj/box@main
with:
command: pack
- name: Commit
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "[skip ci] chore: update index"
push: true