3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-21 16:09:32 +01:00

Add dotslash build

This commit is contained in:
David Tolnay 2024-02-09 19:28:09 -08:00
parent b5391fc696
commit 5608aafdb5
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

16
.github/workflows/dotslash.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: dotslash
on:
push:
branches:
- dotslash
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: dotslash
permissions:
contents: write
secrets: inherit