From e2d4e73457294c8539d97a2de1835179114276b7 Mon Sep 17 00:00:00 2001 From: NtskwK Date: Thu, 15 Jan 2026 09:56:10 +0800 Subject: ci(ui): add UI checker workflow --- .github/workflows/ui_check.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/ui_check.yml (limited to '.github') diff --git a/.github/workflows/ui_check.yml b/.github/workflows/ui_check.yml new file mode 100644 index 0000000..d851518 --- /dev/null +++ b/.github/workflows/ui_check.yml @@ -0,0 +1,22 @@ +name: UI Checker + +on: + push: + paths: + - "ui/**" + - ".github/workflows/ui_check.yml" + pull_request: + branches: ["main"] + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + run_install: true + cache: true + + - run: pnpm check + working-directory: ui -- cgit v1.2.3-70-g09d2