Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
fix lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Jan 22, 2023
1 parent 88dc49d commit 6023fdd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Set up Rust
uses: stellar/actions/rust-cache@main
- name: Add wasm32 rust target
run: rustup update && rustup target add wasm32-unknown-unknown
- name: Generate
run: go generate ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018
with:
Expand Down

0 comments on commit 6023fdd

Please sign in to comment.