From a68a8811552d76e81cc30946119c110b58b59eee Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 1 Oct 2023 23:38:43 -0400 Subject: [PATCH] Add taplo-cli build --- .github/workflows/taplo-cli.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/taplo-cli.yml diff --git a/.github/workflows/taplo-cli.yml b/.github/workflows/taplo-cli.yml new file mode 100644 index 0000000..e0b5f5b --- /dev/null +++ b/.github/workflows/taplo-cli.yml @@ -0,0 +1,17 @@ +name: taplo-cli + +on: + push: + branches: + - taplo-cli + workflow_dispatch: + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: taplo-cli + bin: taplo + permissions: + contents: write + secrets: inherit