Skip to content

Commit

Permalink
Check index.html unchanged in wpiformat task
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 24, 2023
1 parent 4050310 commit 5b41ce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ jobs:
python-version: 3.8
- name: Install wpiformat
run: pip3 install wpiformat
- name: Check index.html not changed
run: git --no-pager diff --exit-code origin/master photon-server/src/main/resources/web/index.html
- name: Run
run: wpiformat
- name: Check output
Expand Down
1 change: 1 addition & 0 deletions photon-server/src/main/resources/web/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>UI has not been copied!</p>

0 comments on commit 5b41ce4

Please sign in to comment.