Skip to content

Commit

Permalink
Merge pull request #13 from rjtch/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
rjtch authored Sep 22, 2020
2 parents 98fdf8a + 30aae21 commit 4ac46bc
Show file tree
Hide file tree
Showing 38 changed files with 2,594 additions and 715 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: test and build

on:
pull_request:
branches:
- develop
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.13.0'

- name: Install dependencies
run: |
go version
go get -u golang.org/x/lint/golint
- name: Run build
run: make all

- name: Generate keys
run: make keys

# - name: Run Tests
# run: make test
8 changes: 8 additions & 0 deletions .idea/book-library.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .idea/dataSources.local.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4ac46bc

Please sign in to comment.