mirror of
https://github.com/bitwarden/server.git
synced 2025-02-22 02:51:33 +01: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…
Reference in New Issue
Block a user