Skip to content

setup-ovr-platform-util@1.1.2 #60

setup-ovr-platform-util@1.1.2

setup-ovr-platform-util@1.1.2 #60

Workflow file for this run

name: validate
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
jobs:
validate:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest, macos, windows ]
steps:
- name: checkout self
uses: actions/checkout@v4
- name: RageAgainstThePixel/setup-ovr-platform-util
uses: ./
- run: 'ovr-platform-util version'
shell: pwsh