Skip to content

Commit

Permalink
add firmware config to check_mode workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Jan 11, 2024
1 parent e96d9b1 commit bd78923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
run: |
grep 'self.dummy = False' controller/src/main/python/main.py
grep 'self.debug = False' controller/src/main/python/main.py
grep 'const bool debug = false;' firmware/DigOutBox_fw*/config.h
grep 'const bool EnableInterlock = false;' firmware/DigOutBox_fw*/config.h

0 comments on commit bd78923

Please sign in to comment.