mirror of https://github.com/icedream/icecon.git
Compare commits
No commits in common. "2669400bb180391b881206bc4300cadca77c312d" and "57d2cb92daef5b6fe2f2fd5aacb88fa67286a96e" have entirely different histories.
2669400bb1
...
57d2cb92da
|
@ -1,22 +0,0 @@
|
||||||
name: Go
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
|
|
||||||
build:
|
|
||||||
name: Build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: Set up Go 1.12
|
|
||||||
uses: actions/setup-go@v1
|
|
||||||
with:
|
|
||||||
go-version: 1.12
|
|
||||||
id: go
|
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
|
||||||
uses: actions/checkout@v1
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: go build -v .
|
|
|
@ -1,19 +0,0 @@
|
||||||
name: Mark stale issues and pull requests
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * *"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
stale:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/stale@v1
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
stale-issue-message: 'Stale issue message'
|
|
||||||
stale-pr-message: 'Stale pull request message'
|
|
||||||
stale-issue-label: 'no-issue-activity'
|
|
||||||
stale-pr-label: 'no-pr-activity'
|
|
|
@ -1,6 +1,6 @@
|
||||||
#  IceCon RCON client
|
#  IceCon RCON client
|
||||||
|
|
||||||
[](https://github.com/icedream/icecon/releases) [](https://ci.icedream.tech/job/github/job/icedream/job/icecon) 
|
[](https://github.com/icedream/icecon/releases) [](https://ci.icedream.pw/job/icecon/) 
|
||||||
|
|
||||||
*IceCon* is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI.
|
*IceCon* is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue