1 2 3 4 5 6 7 8 9 10
name: Setup runner description: Setup runner runs: using: composite steps: - uses: actions-rs/toolchain@v1 with: toolchain: stable components: rustfmt, clippy - uses: ./.github/actions/cache-cargo