Skip to content

fix: 💄 clean up links and add troubleshooting instruction #32

fix: 💄 clean up links and add troubleshooting instruction

fix: 💄 clean up links and add troubleshooting instruction #32

Workflow file for this run

name: Rust Checker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Check code compilation
uses: actions-rs/cargo@v1
with:
command: check