Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Merge pull request #36 from damoun/dependabot/terraform/tf/terraform-… #40

Merge pull request #36 from damoun/dependabot/terraform/tf/terraform-…

Merge pull request #36 from damoun/dependabot/terraform/tf/terraform-… #40

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build_golang:
name: "Build 📦️"
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Set up Golang environment
uses: actions/setup-go@v4
- name: Compile Golang
run: go build main.go
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: terraform-id-bot
path: main
if-no-files-found: error