Skip to content

Fix/get action to work #3

Fix/get action to work

Fix/get action to work #3

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: list files
run: |
cd itself
pwd
ls action.yml
- name: Find smallest supported Rust version
uses: ./itself/action.yml
with:
paths: juno/core/rust/,juno/vm/rust/,juno/starknet/rust/