Skip to content

ci: update to selfhosted runners #14

ci: update to selfhosted runners

ci: update to selfhosted runners #14

Workflow file for this run

name: "Build Rust code 🦀"
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Install Rust"
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check