Skip to content

yq installer

Actions
Install yq to the current runner
v1.0.0
Latest
Star (0)

setup-yq-action

This GitHub Action installs the yq CLI tool, a lightweight and portable command-line YAML processor.

Usage

To use this action in your GitHub workflows, add a step in your workflow YAML file as shown below:

name: CI

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repository
        uses: actions/checkout@v3
      
      - name: Install yq
        uses: Makepad-fr/setup-yq-action@main
        with:
          version: '4.6.0'

      # Add more steps here that require yq

yq installer 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

Install yq to the current runner
v1.0.0
Latest

yq installer 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.