diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 726de059..8075c645 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -40,7 +40,7 @@ jobs: - name: clearing models run: rm -rf models/* - name: generating models - run: make models equal + run: make models - name: changes run: test -z "$(git diff 2> /dev/null)" || exit "Models are not generated, issue \`make models equal\` and commit the result" - name: untracked files