Skip to content

Commit

Permalink
see if I can get chocolatey to show help in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt authored Jun 16, 2024
1 parent e7ac1f0 commit cb94eb8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/choc-npp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on: push

jobs:
test:
runs-on: windows-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Choco help
uses: crazy-max/ghaction-chocolatey@v3
with:
args: -h
-
name: Find N++
run: |
where notepad++.exe
File renamed without changes.

0 comments on commit cb94eb8

Please sign in to comment.