From 3a6a01dc3af051c5d7ad45effacffa88f7365fbe Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 17 Oct 2022 11:27:46 -0700 Subject: [PATCH] Add cbindgen build --- .github/workflows/cbindgen.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/cbindgen.yml diff --git a/.github/workflows/cbindgen.yml b/.github/workflows/cbindgen.yml new file mode 100644 index 0000000..bcd75b9 --- /dev/null +++ b/.github/workflows/cbindgen.yml @@ -0,0 +1,15 @@ +name: cbindgen + +on: + push: + branches: + - cbindgen + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: cbindgen + permissions: + contents: write + secrets: inherit