From 4f08fee408e2de29164ce36254d1e40390948839 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 29 Jan 2024 17:02:39 +0100 Subject: [PATCH] BUG/MINOR: ci: removing deprecated make target --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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