File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on : [push, pull_request]
4+
5+ jobs :
6+ test :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Checkout
10+ uses : actions/checkout@v2
11+ - name : Set up Go
12+ uses : actions/setup-go@v2
13+ with :
14+ go-version : 1.17.x
15+ - run : go test ./...
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33![ ] ( https://f.cloud.github.com/assets/846194/628861/8090cb46-d104-11e2-84eb-7878aa9057d0.gif )
44
55## Overview
6- [ ![ Build Status] ( https://api.travis-ci.org /pearkes/get.png?branch=master )] ( https://travis-ci.org /pearkes/gethub )
6+ [ ![ Build Status] ( https://github.com /pearkes/gethub/actions/workflows/ci.yml/badge.svg )] ( https://github.com /pearkes/gethub/actions/workflows/ci.yml )
77
88` gethub ` helps you keep all of your git repositories that have GitHub
99remotes up to date.
You can’t perform that action at this time.
0 commit comments