Skip to content

Commit 64a19bd

Browse files
committedApr 20, 2021
chore: new github actions approach
1 parent fb8d172 commit 64a19bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/actions.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: GitHub Actions
22
on: [push]
33
jobs:
4-
go-vet:
4+
go-build:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@master
88
- uses: actions/setup-go@v1
9-
- run: go get
10-
- run: go vet
9+
- run: go build mail.go

0 commit comments

Comments
 (0)