mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
17 lines
231 B
YAML
17 lines
231 B
YAML
name: buck2
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- buck2
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./build.yml
|
|
with:
|
|
crate: buck2
|
|
git: facebookincubator/buck2
|
|
path: cli
|
|
permissions:
|
|
contents: write
|
|
secrets: inherit
|