Skip to content

Commit

Permalink
BUG/MINOR: ci: removing deprecated make target
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion authored Jan 29, 2024
1 parent 79ddaf0 commit 74bd996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74bd996

Please sign in to comment.