Add Github Action check to make sure template UI is unchanged (#918)

This commit is contained in:
amquake
2023-09-24 15:04:17 -07:00
committed by GitHub
parent 9d0f1a34a8
commit 2cb87c5a88
2 changed files with 3 additions and 0 deletions

View File

@@ -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

1
.gitignore vendored
View File

@@ -159,3 +159,4 @@ photonlib-cpp-examples/*/vendordeps/*
*/networktables.json
*.sqlite
photon-server/src/main/resources/web/index.html