Skip to content

Commit

Permalink
Include simulation directory in check format
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Nov 24, 2023
1 parent 8d66edc commit 5110cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/check_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set -e # abort on error

INCLUDE_DIRS=("core device examples io tests performance plugins")
INCLUDE_DIRS=("core device examples io tests performance plugins simulation")

if [ $# -ne 1 ]; then
echo "wrong number of arguments"
Expand Down

0 comments on commit 5110cd8

Please sign in to comment.