Skip to content

Fix/get action to work #12

Fix/get action to work

Fix/get action to work #12

Workflow file for this run

name: Minimum Supported Rust
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
find-smallest-rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: itself
- uses: actions/checkout@v4
with:
repository: NethermindEth/juno
path: juno
- name: Find smallest supported Rust version
uses: ./itself
with:
paths: juno/core/rust/,juno/vm/rust/,juno/starknet/rust/