laravel-pint-action
laravel-pint-action copied to clipboard
GitHub Action for Laravel Pint
Recently, GitHub introduced free macOS runners that run on Apple Silicon. I am now getting the following error: ``` Error: Container action is only supported on Linux ``` It would...
Now there is **`latest`** tag [https://github.com/aglipanci/laravel-pint-action/releases/tag/latest](https://github.com/aglipanci/laravel-pint-action/releases/tag/latest) But there is something strange, **`latest`** points to https://github.com/aglipanci/laravel-pint-action/commit/61f2bc4f4d5da076029d370fa2f268fd6b298041, which is `2.3.1`, when it should point to https://github.com/aglipanci/laravel-pint-action/commit/8eedec46a1856977c41667f9c66d5562fa3f9c08 which is `2.4.0` So, "**`latest`**" is...
Action ignore any changes from `pint.json` in root directory.