Simpler list view (#382)
* Simpler list view * lint * readding graph viz with -g/--graph Co-authored-by: Leonid Shamis <lshamis@bob.localdomain> Co-authored-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
parent
222377d1d5
commit
e8f6b1bb3d
4 changed files with 71 additions and 1 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -3,6 +3,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -13,6 +14,7 @@ jobs:
|
|||
CGO_ENABLED: 0
|
||||
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -24,6 +26,7 @@ jobs:
|
|||
CGO_ENABLED: 0
|
||||
|
||||
snapshot:
|
||||
name: Snapshot
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
needs:
|
||||
- lint
|
||||
|
|
@ -40,6 +43,7 @@ jobs:
|
|||
SNAPSHOT_VERSION: "v0.0.0"
|
||||
|
||||
release:
|
||||
name: Release
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
needs:
|
||||
- lint
|
||||
|
|
|
|||
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
name: Stale
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue