Skip to content

setup-tq

Actions
Setup GitHub Actions with tq (tomlq)
v1.0.4
Latest
Star (0)

Tags

 (1)

setup-tq

GitHub Release test lint

⚙️ Set up GitHub Actions with tq (tomlq).

Quick Start

on: push
jobs:
  setup-tq:
    runs-on: ubuntu-latest
    steps:
      - name: Setup tq
        uses: remarkablemark/setup-tq@v1

      - name: Show project version
        run: tq -f pyproject.toml 'project.version' -r

Usage

Basic:

- uses: remarkablemark/setup-tq@v1

See action.yml

Inputs

version

Optional: The tq binary version. Defaults to 0.2.2:

- uses: remarkablemark/setup-tq@v1
  with:
    version: 0.2.2

cache

Optional: Whether to cache the tq binary. Defaults to true:

- uses: remarkablemark/setup-tq@v1
  with:
    cache: false

License

MIT

setup-tq 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.

About

Setup GitHub Actions with tq (tomlq)
v1.0.4
Latest

Tags

 (1)

setup-tq 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.