Skip to content

Commit

Permalink
Test Rust version check
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Jan 22, 2024
1 parent 87651f2 commit c3d8194
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/rust-version-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Rust version check

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]

env:
CARGO_TERM_COLOR: always

jobs:
rust-version-check:
uses: samuelburnham/ci-workflows/.github/workflows/rust-version-check.yml@rust-version

0 comments on commit c3d8194

Please sign in to comment.