mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
18 lines
283 B
YAML
18 lines
283 B
YAML
name: Install
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule: [cron: "40 1 * * *"]
|
|
push: {tags: ['*']}
|
|
|
|
permissions: {}
|
|
|
|
env:
|
|
RUSTFLAGS: -Dwarnings
|
|
|
|
jobs:
|
|
install:
|
|
name: Install
|
|
uses: dtolnay/.github/.github/workflows/check_install.yml@master
|
|
with:
|
|
crate: cargo-expand
|