3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00
cargo-install/.github/workflows/taplo-cli.yml
2023-10-08 10:01:23 -07:00

18 lines
267 B
YAML

name: taplo-cli
on:
push:
branches:
- taplo-cli
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: taplo-cli
bin: taplo
locked: true
permissions:
contents: write
secrets: inherit