cmgriffing / giffium

Create and share beautiful gifs of your source code diffs.
https://giffium.com
MIT License
10 stars 7 forks source link

feat: prettier-action init #56

Closed Salman2301 closed 1 hour ago

Salman2301 commented 2 hours ago

Closes: #53

netlify[bot] commented 2 hours ago

Deploy request for giffium pending review.

Visit the deploys page to approve it

Name Link
Latest commit a40d6ce00b31abc5be07396595f7eba7e8e91d3f
cmgriffing commented 2 hours ago

The reason the action is failing is because pnpm is not installed inside of the actions pipeline. You may need to add a section after the checkout that uses: https://github.com/pnpm/action-setup?tab=readme-ov-file#usage-example

Salman2301 commented 2 hours ago

https://github.com/cmgriffing/giffium/actions/runs/11621811461/job/32366227752?pr=56

Salman2301 commented 2 hours ago

This is related to this issue https://github.com/actions/checkout/issues/455