setup-tq
ActionsTags
(1)⚙️ Set up GitHub Actions with tq (tomlq).
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' -rBasic:
- uses: remarkablemark/setup-tq@v1See action.yml
Optional: The tq binary version. Defaults to 0.2.2:
- uses: remarkablemark/setup-tq@v1
with:
version: 0.2.2Optional: Whether to cache the tq binary. Defaults to true:
- uses: remarkablemark/setup-tq@v1
with:
cache: falsesetup-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.