mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
15 lines
167 B
YAML
15 lines
167 B
YAML
---
|
|
name: Build Migrator CLI
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
|
|
stub:
|
|
name: Stub
|
|
runs-on: ubuntu-22.04
|
|
steps:
|
|
- name: Stub
|
|
run: echo "Stub"
|