mirror of
https://github.com/bitwarden/cli
synced 2025-12-30 06:53:13 +00:00
adding an experimental workflow to test the windows environment on for the ResourceHacker
This commit is contained in:
11
.github/workflows/exp.yml
vendored
Normal file
11
.github/workflows/exp.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Windows Environment Exploration
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
exp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Test pkg
|
||||
run: pkg --help
|
||||
Reference in New Issue
Block a user