Skip to content

Commit

Permalink
Add github action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zikani03 committed Sep 13, 2021
1 parent 4e75374 commit 3c8b179
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: basic
on:
push:
tags: [ "v*" ]
branches: [ master ]
pull_request:
branches: [ "*" ]
jobs:
build:
name: build-dialoguss
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
stable: true
go-version: 1.16.x
- uses: actions/checkout@v2
- name: run go mod
run: go mod tidy && go build

0 comments on commit 3c8b179

Please sign in to comment.