Skip to content

Commit

Permalink
Add CI job to validate that installing published version works
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 2, 2023
1 parent c3d9c5b commit f50d0f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Install

on:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]

permissions: {}

env:
RUSTFLAGS: -Dwarnings

jobs:
install:
name: Install
uses: dtolnay/.github/.github/workflows/check_install.yml@master
with:
crate: cargo-expand

0 comments on commit f50d0f2

Please sign in to comment.