Skip to content

Commit

Permalink
Merge pull request #16 from rhythmictech/update-readme
Browse files Browse the repository at this point in the history
add stuff to readme
  • Loading branch information
sblack4 authored Jun 26, 2022
2 parents ef7570b + f3eabff commit 1597dfa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
[![Check dist/](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/check-dist.yml/badge.svg)](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/check-dist.yml)
[![CodeQL](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/codeql-analysis.yml)
[![build-test](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/test.yml/badge.svg)](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/test.yml)

# 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]
```

0 comments on commit 1597dfa

Please sign in to comment.