Skip to content

Commit

Permalink
Initial replacement of Travis with GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Nov 12, 2021
1 parent 17451e7 commit 3372cc9
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 3372cc9

Please sign in to comment.