diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff73ba7..12d3676 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,8 @@ jobs: - '.scalafmt.conf' - 'sbt' - 'sbt.bat' + - 'Makefile*' + - '**/VERSION' code_format: name: code format needs: changes