Skip to content

test self hosted gh runner #12

test self hosted gh runner

test self hosted gh runner #12

Workflow file for this run

name: Cargo Check
on:
push:
branches:
- '**'
jobs:
cargo-check:
if: github.event.pull_request.user.login == 'x86y'
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
- name: Run cargo check
run: rustup default stable && cargo check