From 62a1c5c97bb273f6daca0a32ab51e635987654cf Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Wed, 6 May 2020 23:02:26 -0700 Subject: [PATCH] Comment out the action for the time being Signed-off-by: Chris Cummer --- .github/workflows/staticcheck.yml | 22 +++++++++++----------- modules/twitch/settings.go | 3 ++- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/staticcheck.yml b/.github/workflows/staticcheck.yml index 54cc8bcf..a9529aea 100644 --- a/.github/workflows/staticcheck.yml +++ b/.github/workflows/staticcheck.yml @@ -57,14 +57,14 @@ jobs: run: staticcheck token: ${{ secrets.GITHUB_TOKEN }} - sec: - name: Sec - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: check - uses: grandcolline/golang-github-actions@v1.1.0 - with: - run: sec - token: ${{ secrets.GITHUB_TOKEN }} - flags: "-exclude=G104" + #sec: + #name: Sec + #runs-on: ubuntu-latest + #steps: + #- uses: actions/checkout@master + #- name: check + #uses: grandcolline/golang-github-actions@v1.1.0 + #with: + #run: sec + #token: ${{ secrets.GITHUB_TOKEN }} + #flags: "-exclude=G104" diff --git a/modules/twitch/settings.go b/modules/twitch/settings.go index 612c49d5..60096c68 100644 --- a/modules/twitch/settings.go +++ b/modules/twitch/settings.go @@ -1,10 +1,11 @@ package twitch import ( + "os" + "github.com/olebedev/config" "github.com/wtfutil/wtf/cfg" "github.com/wtfutil/wtf/utils" - "os" ) const (