mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Add CI job to validate that installing published version works
This commit is contained in:
parent
c3d9c5b9bb
commit
f50d0f265c
1 changed files with 17 additions and 0 deletions
17
.github/workflows/install.yml
vendored
Normal file
17
.github/workflows/install.yml
vendored
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue