Skip to content

Commit

Permalink
Add linting for 08-wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Jul 31, 2023
1 parent bffb649 commit a528364
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/wasm-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,23 @@ on:
- '.github/workflows/wasm-client.yml'
- 'modules/light-clients/08-wasm/**'
- 'proto/ibc/lightclients/wasm/**'
permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3.6.0
with:
version: v1.53.1
args: --timeout 5m
working-directory: modules/light-clients/08-wasm

build:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -40,4 +55,4 @@ jobs:
- name: Go Test
run: |
cd modules/light-clients/08-wasm
go test -v -mod=readonly ./...
go test -v -mod=readonly ./...

0 comments on commit a528364

Please sign in to comment.