mirror of
https://github.com/bitwarden/server
synced 2025-12-24 20:23:21 +00:00
Add Migrator CLI workflow stub (#2741)
This commit is contained in:
14
.github/workflows/build-migrator-cli.yml
vendored
Normal file
14
.github/workflows/build-migrator-cli.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user