mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
14 lines
185 B
YAML
14 lines
185 B
YAML
name: Test Stub
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test:
|
|
permissions:
|
|
contents: read
|
|
name: Test
|
|
runs-on: ubuntu-24.04
|
|
steps:
|
|
- name: Test
|
|
run: exit 0
|