Skip to content

新增: 前端实现分页逻辑 #11

新增: 前端实现分页逻辑

新增: 前端实现分页逻辑 #11

Workflow file for this run

name: Build images for CI
on:
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build the dashboard image
run: make image
- name: Build the pixiu aio image
run: make image-aio