Setup Tombi
Version updated for https://github.com/tombi-toml/setup-tombi to version v1.0.8.
- This action is used across all versions by 64 repositories.
Action Type
This is a Node action using Node version 20.
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 GitHub Actions workflows. It simplifies the process of managing Tombi versions by allowing users to specify a version, use a lock file, or perform checksum verification for security. This action is particularly useful for automating tasks such as validating and linting TOML files in CI/CD pipelines.
Release notes
What’s Changed
- feat: lockfile-based version resolution and generated lockfile CI by @ya7010 in https://github.com/tombi-toml/setup-tombi/pull/24
- fix: follow-up improvements for lockfile parser and CI by @ya7010 in https://github.com/tombi-toml/setup-tombi/pull/25
- fix: ci. by @ya7010 in https://github.com/tombi-toml/setup-tombi/pull/22
Full Changelog: https://github.com/tombi-toml/setup-tombi/compare/v1.0.7...v1.0.8