GitHub Action to install the Packwiz binary.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/install-packwiz@v1
- run: packwiz --help
None
None
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2024 Thomas Boerger <[email protected]>