Skip to content

test self hosted gh runner #8

test self hosted gh runner

test self hosted gh runner #8

Workflow file for this run

name: Cargo Check
on:
push:
branches:
- '**'
jobs:
cargo-check:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
- name: Run cargo check
run: cargo check