Skip to content

test: makeing a re-usable action #1

test: makeing a re-usable action

test: makeing a re-usable action #1

Workflow file for this run

name: Test Re-usable actions
on:
# Should trigger on a push to any branch
push:
branches:
- "*"
jobs:
test-os:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Test Re-usable Action
uses: vechain/networkhub@add-reusable-action