From d642d2aa21bbf68c389b5e17f6e9bb116d430947 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 29 Jun 2022 06:49:44 -0700 Subject: [PATCH] Add xargo build --- .github/workflows/xargo.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/xargo.yml diff --git a/.github/workflows/xargo.yml b/.github/workflows/xargo.yml new file mode 100644 index 0000000..dce646a --- /dev/null +++ b/.github/workflows/xargo.yml @@ -0,0 +1,16 @@ +name: xargo + +on: + push: + branches: + - xargo + +jobs: + build: + uses: dtolnay/install/.github/workflows/build.yml@master + with: + crate: xargo + permissions: + contents: write + secrets: + private_key: ${{secrets.private_key}}