Skip to content

Commit

Permalink
test self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
x86y committed Jun 10, 2024
1 parent 297c9e6 commit b4fe09c
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:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run cargo check
run: cargo check

0 comments on commit b4fe09c

Please sign in to comment.