mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Remove lint check for the time being (so many issues)
Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
parent
a631c4ff71
commit
ee1e030cdf
20
.github/workflows/staticcheck.yml
vendored
20
.github/workflows/staticcheck.yml
vendored
@ -24,16 +24,16 @@ jobs:
|
|||||||
run: errcheck
|
run: errcheck
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
lint:
|
#lint:
|
||||||
name: Lint
|
#name: Lint
|
||||||
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: lint
|
#run: lint
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
#token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
shadow:
|
shadow:
|
||||||
name: Shadow
|
name: Shadow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user