Skip to content

feat(page): support native local image upload via official API #93

feat(page): support native local image upload via official API

feat(page): support native local image upload via official API #93

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: mise run test
- run: mise run lint