mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
Add Migrator CLI workflow stub (#2741)
This commit is contained in:
parent
64e0a981c9
commit
38336dd5c4
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"
|
Loading…
x
Reference in New Issue
Block a user