Skip to content

Commit

Permalink
updates github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gosom committed Mar 26, 2023
1 parent 1adc2aa commit 74c1aa6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 7 * * 1'

jobs:
run:
Expand All @@ -33,17 +31,3 @@ jobs:
- name: Go Format
run: gofmt -s -w . && git diff --exit-code

- name: Go Vet
run: go vet ./...

- name: Go Tidy
run: go mod tidy && git diff --exit-code

- name: Go Mod
run: go mod download

- name: Go Mod Verify
run: go mod verify

- name: Go Build
run: go build -o /dev/null ./...
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Address Parser Go REST
![build](https://github.com/gosom/address-parser-go-rest/actions/workflows/build.yml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/gosom/address-parser-go-rest)](https://goreportcard.com/report/github.com/gosom/address-parser-go-rest)


Expand Down

0 comments on commit 74c1aa6

Please sign in to comment.