[go: up one dir, main page]

Skip to content

ppizarror/workflow-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

workflow-actions

Workflow actions for continous integration development.

Usage

Within workflow, use an action by providing its required parameters (if any):

uses: ppizarror/workflow-actions/.github/workflows/action.yml@master
strategy:
  matrix:
    os:
      - macos-latest
      - ubuntu-latest
      - windows-latest
    ...
with:
  os: ${{ matrix.os }}
  ...