Skip to content

Add debug prints

Add debug prints #6

Workflow file for this run

name: "Test Suite Sub"
on:
push:
pull_request:
jobs:
clippy-subdir:
name: "cargo clippy in subdir"
runs-on: ubuntu-latest
steps:
- run: rustup default none && rustup self uninstall -y
- run: |
rustc --version || true

Check failure on line 13 in .github/workflows/ci-sub.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-sub.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
cargo --version || true
rustup --version || true
- uses: actions/checkout@v5
- uses: actions-rust-lang/setup-rust-toolchain@main
with:
toolchain: stable
components: clippy
rust-src-dir: proj
override: false
- run: cargo clippy --all-targets --all-features --locked
working-directory: proj