Setup Tombi
ActionsTags
(2)This action sets up Tombi in your GitHub Actions workflow.
- uses: tombi-toml/setup-tombi@v1
- uses: tombi-toml/setup-tombi@v1
with:
version: '0.3.31'
- uses: tombi-toml/setup-tombi@v1
with:
version: '0.3.31'
checksum: 'sha256-checksum-here'
Name | Description | Required | Default |
---|---|---|---|
version |
Version of Tombi to install (e.g., "0.3.31", "latest") | No | - |
checksum |
SHA256 checksum to validate the downloaded executable | No | - |
name: TOML Validation
on:
push:
paths:
- '**.toml'
pull_request:
paths:
- '**.toml'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tombi-toml/setup-tombi@v1
with:
version: '0.3.31'
- name: Validate TOML files
run: tombi lint
MIT
Setup Tombi is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.