mirror of
https://github.com/bitwarden/android.git
synced 2025-12-12 00:08:00 -06:00
[PM-18384] Add placeholder workflows for the Authenticator (#4736)
This commit is contained in:
parent
9f19a99eb9
commit
133d8548e8
13
.github/workflows/build-authenticator.yml
vendored
Normal file
13
.github/workflows/build-authenticator.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Build Authenticator
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
placeholder:
|
||||||
|
name: Placeholder Job
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Placeholder Step
|
||||||
|
run: echo "placeholder workflow"
|
||||||
13
.github/workflows/crowdin-pull-authenticator.yml
vendored
Normal file
13
.github/workflows/crowdin-pull-authenticator.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Crowdin Sync - Authenticator
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
placeholder:
|
||||||
|
name: Placeholder Job
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Placeholder Step
|
||||||
|
run: echo "placeholder workflow"
|
||||||
13
.github/workflows/crowdin-push-authenticator.yml
vendored
Normal file
13
.github/workflows/crowdin-push-authenticator.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Crowdin Push - Authenticator
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
placeholder:
|
||||||
|
name: Placeholder Job
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Placeholder Step
|
||||||
|
run: echo "placeholder workflow"
|
||||||
13
.github/workflows/scan-authenticator.yml
vendored
Normal file
13
.github/workflows/scan-authenticator.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Scan Authenticator
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
placeholder:
|
||||||
|
name: Placeholder Job
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Placeholder Step
|
||||||
|
run: echo "placeholder workflow"
|
||||||
13
.github/workflows/test-authenticator.yml
vendored
Normal file
13
.github/workflows/test-authenticator.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Test Authenticator
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
placeholder:
|
||||||
|
name: Placeholder Job
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Placeholder Step
|
||||||
|
run: echo "placeholder workflow"
|
||||||
Loading…
x
Reference in New Issue
Block a user