Skip to content

Commit

Permalink
Merge branch 'master' into enable-aruco
Browse files Browse the repository at this point in the history
  • Loading branch information
amquake authored Sep 25, 2023
2 parents 95066dd + 2cb87c5 commit d47dd69
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 d47dd69

Please sign in to comment.