Skip to content

Commit

Permalink
test self hosted gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
x86y committed Jun 10, 2024
1 parent 297c9e6 commit 6fce87b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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: rustup default stable && cargo check

0 comments on commit 6fce87b

Please sign in to comment.