pnpm / action-setup

Install pnpm package manager
https://github.com/marketplace/actions/setup-pnpm
MIT License
899 stars 87 forks source link

Fix spacing issue in README.md example #48

Closed rayzr522 closed 2 years ago

rayzr522 commented 2 years ago

there's a missing space in one of the README.md examples, it took me way too long to notice this and figure out why my GitHub Action workflow was failing to run until prettier gave me the very helpful error of:

SyntaxError: All collection items must start at the same column (11:5)

and then I realized the issue 😅