mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Testing (#794)
* Testing Signed-off-by: Chris Cummer <chriscummer@me.com> * Well, that was enlightening Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
parent
35a8b0e1b5
commit
04ff03ab1c
70
.github/workflows/staticchecks.yml
vendored
70
.github/workflows/staticchecks.yml
vendored
@ -1,70 +0,0 @@
|
|||||||
name: static check
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
imports:
|
|
||||||
name: Imports
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: check
|
|
||||||
uses: grandcolline/golang-github-actions@v1.1.0
|
|
||||||
with:
|
|
||||||
run: imports
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
errcheck:
|
|
||||||
name: Errcheck
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: check
|
|
||||||
uses: grandcolline/golang-github-actions@v1.1.0
|
|
||||||
with:
|
|
||||||
run: errcheck
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
lint:
|
|
||||||
name: Lint
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: check
|
|
||||||
uses: grandcolline/golang-github-actions@v1.1.0
|
|
||||||
with:
|
|
||||||
run: lint
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
shadow:
|
|
||||||
name: Shadow
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: check
|
|
||||||
uses: grandcolline/golang-github-actions@v1.1.0
|
|
||||||
with:
|
|
||||||
run: shadow
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
staticcheck:
|
|
||||||
name: StaticCheck
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: check
|
|
||||||
uses: grandcolline/golang-github-actions@v1.1.0
|
|
||||||
with:
|
|
||||||
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"
|
|
@ -15,7 +15,7 @@ Used by thousands of developers and tech people around the world, WTF is free an
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
<p> </p>
|
<p></p>
|
||||||
|
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Installing via Homebrew](#installing-via-homebrew)
|
* [Installing via Homebrew](#installing-via-homebrew)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user