Skip to content

setup-ovr-platform-util@v1.0.2 #14

setup-ovr-platform-util@v1.0.2

setup-ovr-platform-util@v1.0.2 #14

Workflow file for this run

name: validate
on:
schedule:
- cron: '0 0 * * 0' # every Sunday at midnight
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 ]
steps:
- uses: actions/checkout@v4
- name: buildalon/setup-ovr-platform-util
uses: ./
- run: 'ovr-platform-util version'