A GitHub Action to setup the ovr-platform-utility
tool command alias.
jobs:
validate:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
# download and setup ovr platform util
- uses: RageAgainstThePixel/setup-ovr-platform-util@v1
# run commands
- run: 'ovr-platform-util version'
Name | Description | Required |
---|---|---|
self-update |
Automatically update the ovr-platform-util tool. | Defaults to true . |