Skip to content

Enable Golangci-lint #631

Enable Golangci-lint

Enable Golangci-lint #631

Workflow file for this run

name: Rust
on:
push:
branches: [ main, release/** ]
pull_request:
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update
- uses: stellar/actions/rust-cache@main
- run: make rust-check
- run: make rust-test