mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
12 lines
163 B
YAML
12 lines
163 B
YAML
name: Windows Environment Exploration
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
exp:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Test pkg
|
|
run: pkg --help
|