Properly declare inputs and output for buildClient (#2086)

Co-authored-by: samfreund <samf.236@proton.me>
This commit is contained in:
Gold856
2025-09-16 00:35:33 -04:00
committed by GitHub
parent 4b01b66ab7
commit 04e9bffeb7
6 changed files with 29 additions and 77 deletions

View File

@@ -83,15 +83,3 @@ jobs:
run: pnpm run lint-ci
- name: Check Formatting
run: pnpm run format-ci
server-index:
name: "Check server index.html not changed"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Fetch all history and metadata
run: |
git fetch --prune --unshallow
git checkout -b pr
git branch -f main origin/main
- name: Check index.html not changed
run: git --no-pager diff --exit-code origin/main photon-server/src/main/resources/web/index.html