Skip to content

Commit c60f50e

Browse files
committed
update action text
1 parent 1f589c8 commit c60f50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: fail if files changed
2626
run: |
2727
if ! git diff --quiet --exit-code ; then
28-
echo "Please run 'make package-all' and 'make readme-all' locally and commit the changes."
28+
echo "Please run 'make build' and 'make Prettier' locally and commit the changes."
2929
exit 1
3030
fi
3131

0 commit comments

Comments
 (0)