gitbutler/.github/actions/init-env-rust/action.yaml

18 lines
399 B
YAML
Raw Normal View History

2023-09-14 10:30:38 +03:00
name: init-rust
description: prepare runner for rust related tasks
2023-09-14 09:54:23 +03:00
runs:
using: "composite"
steps:
2024-02-08 18:50:10 +03:00
- name: Check versions
shell: bash
run: |
rustc --version
cargo --version
cargo fmt --version
cargo clippy --version
git --version
which git-upload-pack
which git-upload-archive
which git-receive-pack
ssh -V