1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-07 10:55:43 -05:00

Add Migrator CLI workflow stub (#2741)

This commit is contained in:
Michał Chęciński
2023-02-24 17:08:47 +01:00
committed by GitHub
parent 64e0a981c9
commit 38336dd5c4

View File

@ -0,0 +1,14 @@
---
name: Build Migrator CLI
on:
workflow_dispatch:
jobs:
stub:
name: Stub
runs-on: ubuntu-22.04
steps:
- name: Stub
run: echo "Stub"