diff --git a/.github/workflows/buck2.yml b/.github/workflows/buck2.yml new file mode 100644 index 0000000..04e0809 --- /dev/null +++ b/.github/workflows/buck2.yml @@ -0,0 +1,16 @@ +name: buck2 + +on: + push: + branches: + - buck2 + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: buck2 + git: https://github.com/facebookincubator/buck2 + permissions: + contents: write + secrets: inherit