Skip to content

feat: Add action for logging into spice management endpoint #5

feat: Add action for logging into spice management endpoint

feat: Add action for logging into spice management endpoint #5

Workflow file for this run

---
name: pr
on:
pull_request:
branches:
- trunk
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'trunk' && github.sha || 'any-sha' }}
cancel-in-progress: true
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
CARGO_NET_RETRY: 10
CARGO_HTTP_TIMEOUT: 60
CARGO_INCREMENTAL: 0
jobs:
check:
name: cargo check
runs-on: spiceai-dev-runners
timeout-minutes: 60
steps:
- uses: actions/checkout@v6
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.91
- name: cargo check
run: cargo check --workspace