Update code snippets and move to rust workspace #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rust CI for Tutorial Steps | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: rust | |
strategy: | |
matrix: | |
step: [step1, step2, step3] # Add as many steps as you have | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Overlay step files and build | |
run: | | |
echo AAAAA |