3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 00:19:31 +01:00

Add taplo-cli build

This commit is contained in:
David Tolnay 2023-10-01 23:38:43 -04:00
parent 6a2d0acd48
commit a68a881155
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

17
.github/workflows/taplo-cli.yml vendored Normal file
View file

@ -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