mirror of
https://github.com/dtolnay/install.git
synced 2024-11-26 18:09:34 +01:00
12 lines
176 B
YAML
12 lines
176 B
YAML
name: cargo-expand
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- cargo-expand
|
|
|
|
jobs:
|
|
build:
|
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
|
with:
|
|
crate: cargo-expand
|