mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +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"
|