1
0
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:
Michał Chęciński 2023-02-24 17:08:47 +01:00 committed by GitHub
parent 64e0a981c9
commit 38336dd5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"