chore: correct go build in github action

main
sudo pacman -Syu 2021-05-05 16:33:31 +07:00
parent 36de227c89
commit f173917f48
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "~1.16"
- run: go build
- run: go build ./cmd/dot
lint:
name: Lint
runs-on: ubuntu-latest