Skip to content

Commit

Permalink
Merge branch 'master' into realname
Browse files Browse the repository at this point in the history
  • Loading branch information
russss authored Nov 12, 2021
2 parents 9c05c5e + 3372cc9 commit 42f9c9a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 27 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Main
on:
- pull_request
- push

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.17.3"
- name: Check Formatting
run: gofmt -d -e .
- name: Tests
run: go test -v ./...
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

0 comments on commit 42f9c9a

Please sign in to comment.