TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

Add format:verify back to GitHub Actions push.yml

Open JoshuaKGoldberg opened this issue 4 years ago • 0 comments
trafficstars

I removed it from https://github.com/JoshuaKGoldberg/TypeStat/pull/1011 because it constantly complained about at least one file being off in a way I couldn't figure out. Annoying.

https://github.com/JoshuaKGoldberg/TypeStat/runs/4129272214?check_suite_focus=true

$ yarn prettier --list-different "**/*.{js,json,md,ts,yml}"
$ /home/runner/work/TypeStat/TypeStat/node_modules/.bin/prettier --list-different '**/*.{js,json,md,ts,yml}'
src/mutations/typeMutating/createNonNullAssertion.ts
error Command failed with exit code 1.

JoshuaKGoldberg avatar Nov 07 '21 05:11 JoshuaKGoldberg