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:
parent
b7165991c9
commit
62a1c5c97b
22
.github/workflows/staticcheck.yml
vendored
22
.github/workflows/staticcheck.yml
vendored
@ -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"
|
||||||
|
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user