Setup Tombi
Version updated for https://github.com/tombi-toml/setup-tombi to version v1.0.11.
- This action is used across all versions by 86 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-tombi GitHub Action automates the installation and setup of the Tombi tool in workflows, enabling seamless TOML file validation and linting. It simplifies version management, supports lockfile-based installations, and offers optional caching to optimize performance. This action is designed to streamline tasks related to TOML file validation in CI/CD pipelines.
What’s Changed
What’s Changed
Supports the enable-cache option, with the default value set to auto;
- feat: add enable-cache support by @ya7010 in https://github.com/tombi-toml/setup-tombi/pull/31
- refactor: address cache review feedback by @ya7010 in https://github.com/tombi-toml/setup-tombi/pull/32
Full Changelog: https://github.com/tombi-toml/setup-tombi/compare/v1.0.10...v1.0.11