Skip to content

Commit

Permalink
add install-tester workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Oct 25, 2024
1 parent 4e73292 commit ae35635
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/install-tester.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test installations

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
gha:
- uses: untitaker/hyperlink@latest
with:
args: --help

0 comments on commit ae35635

Please sign in to comment.