1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Comment out the action for the time being

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer 2020-05-06 23:02:26 -07:00
parent b7165991c9
commit 62a1c5c97b
2 changed files with 13 additions and 12 deletions

View File

@ -57,14 +57,14 @@ jobs:
run: staticcheck run: staticcheck
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
sec: #sec:
name: Sec #name: Sec
runs-on: ubuntu-latest #runs-on: ubuntu-latest
steps: #steps:
- uses: actions/checkout@master #- uses: actions/checkout@master
- name: check #- name: check
uses: grandcolline/golang-github-actions@v1.1.0 #uses: grandcolline/golang-github-actions@v1.1.0
with: #with:
run: sec #run: sec
token: ${{ secrets.GITHUB_TOKEN }} #token: ${{ secrets.GITHUB_TOKEN }}
flags: "-exclude=G104" #flags: "-exclude=G104"

View File

@ -1,10 +1,11 @@
package twitch package twitch
import ( import (
"os"
"github.com/olebedev/config" "github.com/olebedev/config"
"github.com/wtfutil/wtf/cfg" "github.com/wtfutil/wtf/cfg"
"github.com/wtfutil/wtf/utils" "github.com/wtfutil/wtf/utils"
"os"
) )
const ( const (