Breaking Changes
- Upgrade to use Node v16
version
is now a required input. To get v1 behaviour, supplyversion: latest
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --check .
NOTE: using latest
may cause the action to fail if StyLua updates and the formatting changes!
Changes
- No longer provide a warning when no version is provided / version is "latest"