Skip to content
play

GitHub Action

Setup Tfenv

v0.1.2 Latest version

Setup Tfenv

play

Setup Tfenv

Set up your GitHub Actions workflow with tfenv

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Tfenv

uses: rhythmictech/[email protected]

Learn more about this action in rhythmictech/actions-setup-tfenv

Choose a version

Check dist/ CodeQL build-test

Setup Tfenv

Set up your GitHub Actions workflow with tfenv

Usage

name: Terrafy with tfenv
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: rhythmictech/[email protected]