Skip to content

chore(deps): update wangyoucao577/go-release-action action to v1.52 #268

chore(deps): update wangyoucao577/go-release-action action to v1.52

chore(deps): update wangyoucao577/go-release-action action to v1.52 #268

Workflow file for this run

name: Rust
on:
pull_request:
paths:
- '.github/workflows/**'
- '**.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
rust-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/asdf
with:
rust: true
- run: cargo test
working-directory: bindings/rust
- run: cargo check
working-directory: cmd/scip/tests/reprolang