Skip to content

Commit

Permalink
Merge pull request #3 from flxw/remove-terraform
Browse files Browse the repository at this point in the history
remove terraform
  • Loading branch information
flxw authored Sep 25, 2023
2 parents 5603135 + 7cae934 commit 90b53f0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 204 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr-build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Pull Request
on: [push]

jobs:
build:
name: "Build & Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Install dependencies
run: go get .
- name: Build
run: go build -v
- name: Test with the Go CLI
run: go test
25 changes: 0 additions & 25 deletions terraform/.terraform.lock.hcl

This file was deleted.

152 changes: 0 additions & 152 deletions terraform/monitor.tf

This file was deleted.

20 changes: 0 additions & 20 deletions terraform/provider.tf

This file was deleted.

7 changes: 0 additions & 7 deletions terraform/variables.tf

This file was deleted.

0 comments on commit 90b53f0

Please sign in to comment.