This commit is contained in:
danieleades 2025-05-06 21:27:19 +00:00 committed by GitHub
commit 32bde1384b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/workflows/installer.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Installer Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: installer (${{ matrix.os }})
strategy:
matrix:
os: [ubuntu, windows, macos]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4
- name: Install D2
run: |
cat install.sh | sh -s --