mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Move reusable workflow to repo root
This commit is contained in:
parent
3bf9792860
commit
a1576aeee3
19 changed files with 18 additions and 18 deletions
2
.github/workflows/bindgen.yml
vendored
2
.github/workflows/bindgen.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: bindgen-cli
|
crate: bindgen-cli
|
||||||
bin: bindgen
|
bin: bindgen
|
||||||
|
|
2
.github/workflows/buck2.yml
vendored
2
.github/workflows/buck2.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: buck2
|
crate: buck2
|
||||||
git: facebookincubator/buck2
|
git: facebookincubator/buck2
|
||||||
|
|
2
.github/workflows/cargo-bloat.yml
vendored
2
.github/workflows/cargo-bloat.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: cargo-bloat
|
crate: cargo-bloat
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/cargo-expand.yml
vendored
2
.github/workflows/cargo-expand.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: cargo-expand
|
crate: cargo-expand
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/cargo-fuzz.yml
vendored
2
.github/workflows/cargo-fuzz.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: cargo-fuzz
|
crate: cargo-fuzz
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/cargo-llvm-lines.yml
vendored
2
.github/workflows/cargo-llvm-lines.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: cargo-llvm-lines
|
crate: cargo-llvm-lines
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/cargo-outdated.yml
vendored
2
.github/workflows/cargo-outdated.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: cargo-outdated
|
crate: cargo-outdated
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/cargo-tally.yml
vendored
2
.github/workflows/cargo-tally.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: cargo-tally
|
crate: cargo-tally
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/cargo-unlock.yml
vendored
2
.github/workflows/cargo-unlock.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: cargo-unlock
|
crate: cargo-unlock
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/cbindgen.yml
vendored
2
.github/workflows/cbindgen.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: cbindgen
|
crate: cbindgen
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/cxxbridge-cmd.yml
vendored
2
.github/workflows/cxxbridge-cmd.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: cxxbridge-cmd
|
crate: cxxbridge-cmd
|
||||||
bin: cxxbridge
|
bin: cxxbridge
|
||||||
|
|
2
.github/workflows/dircnt.yml
vendored
2
.github/workflows/dircnt.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: dircnt
|
crate: dircnt
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/faketty.yml
vendored
2
.github/workflows/faketty.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: faketty
|
crate: faketty
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/reindeer.yml
vendored
2
.github/workflows/reindeer.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: reindeer
|
crate: reindeer
|
||||||
git: facebookincubator/reindeer
|
git: facebookincubator/reindeer
|
||||||
|
|
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: rustup-toolchain-install-master
|
crate: rustup-toolchain-install-master
|
||||||
git: dtolnay-contrib/rustup-toolchain-install-master
|
git: dtolnay-contrib/rustup-toolchain-install-master
|
||||||
|
|
2
.github/workflows/sha1dir.yml
vendored
2
.github/workflows/sha1dir.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: sha1dir
|
crate: sha1dir
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/star-history.yml
vendored
2
.github/workflows/star-history.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: star-history
|
crate: star-history
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
.github/workflows/xargo.yml
vendored
2
.github/workflows/xargo.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./build.yml
|
||||||
with:
|
with:
|
||||||
crate: xargo
|
crate: xargo
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in a new issue