Skip to content

Commit

Permalink
Add Github Action check to make sure template UI is unchanged (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
amquake committed Sep 24, 2023
1 parent 9d0f1a3 commit 2cb87c5
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ photonlib-cpp-examples/*/vendordeps/*

*/networktables.json
*.sqlite
photon-server/src/main/resources/web/index.html

0 comments on commit 2cb87c5

Please sign in to comment.