Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaying-peng committed Jun 12, 2024
1 parent 1af355f commit 503f853
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,48 +10,6 @@ env:
go_version: 1.16

jobs:
Check-License:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
version: latest
- uses: actions/setup-go@v3
with:
go-version: ${{ env.go_version }}
# - run: make go-deps
- run: make check-license

Check-Spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
version: latest
- uses: actions/setup-go@v3
with:
go-version: ${{ env.go_version }}
- run: make go-deps
- run: make spellcheck

Check-Gen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
version: latest
- run: make node-deps
- run: make check-gen

Check-Valid:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
version: latest
- run: make node-deps
- run: make check-valid

Salus:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 503f853

Please sign in to comment.