File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ 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 )
2
+ [ ![ 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 )
3
+ [ ![ 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 )
4
+
1
5
# Setup Tfenv
6
+
7
+ Set up your GitHub Actions workflow with tfenv
8
+
9
+ ## Usage
10
+
11
+ ```
12
+ name: Terrafy with tfenv
13
+ on: [push]
14
+ jobs:
15
+ build:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: actions/checkout@v2
19
+ - uses: rhythmictech/actions-setup-tfenv@v0.0.2
20
+ ```
You can’t perform that action at this time.
0 commit comments