Skip to content
Compare
Choose a tag to compare
@JohnnyMorganz JohnnyMorganz released this 03 Dec 17:40
· 11 commits to main since this release

Breaking Changes

  • Upgrade to use Node v16
  • version is now a required input. To get v1 behaviour, supply version: 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"