Skip to content

Commit

Permalink
Merge pull request #4 from echgo/development
Browse files Browse the repository at this point in the history
fix: Update github go workflow.
  • Loading branch information
gowizzard authored Oct 5, 2022
2 parents 585aade + feea57b commit bf89238
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ name: Go

on:
push:
branches: [ master ]
branches: [ "master" ]
pull_request:
branches: [ master ]
branches: [ "master" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19

- name: Build
run: go build -v ./...
- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./..
- name: Test
run: go test -v ./...
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<div align="center">

<br><img src="https://raw.githubusercontent.com/echgo/logo/main/logo.svg" width="200" />

# notifile

</div>
Expand Down

0 comments on commit bf89238

Please sign in to comment.