Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13 from kreat0/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Cain Atkinson authored Apr 18, 2021
2 parents 540a042 + 8cbc1e5 commit 36e133f
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 45 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: Bug report
about: Tell us what went wrong
title: ''
labels: ''
assignees: ''

---

## How have you installed cordless
## How have you installed gord

- [ ] Arch User Repository
<!--SNAP IS NOT SUPPORTED ANYMORE; VIEW THE README FOR NEW INSTALL INSTRUCTIONS-->
<!-- - [ ] Snap-->
- [ ] scoop
- [ ] brew
- [ ] go get
- [ ] Github Releases
- [ ] git clone & go build .

## What happened
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Feature request
about: Tell us what you'd like to see in cordless
about: Tell us what you'd like to see in gord
title: ''
labels: ''
assignees: ''

---

Expand All @@ -10,7 +13,7 @@ about: Tell us what you'd like to see in cordless

## Why

<!-- Why do you think this Feature would benefit Cordless? -->
<!-- Why do you think this Feature would benefit Gord? -->

## Implementation hints

Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Go

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

jobs:

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

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

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

- name: Test
run: go test -v ./...
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

12 changes: 0 additions & 12 deletions Dockerfile

This file was deleted.

25 changes: 25 additions & 0 deletions go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Go

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

jobs:

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

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

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

- name: Test
run: go test -v ./...

0 comments on commit 36e133f

Please sign in to comment.