Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

UMDP3 Fixer Action

This action runs the UMDP3 fixer script stored in MetOffice/SimSys_Scripts.

Usage

name: umdp3 Fixer

on:
  pull_request:
    types: [opened, synchronize, reopened]
  workflow_dispatch:

jobs:
  umdp3_fixer:
    uses: MetOffice/growss/.github/workflows/umdp3_fixer.yaml@main
    # Optional non default inputs
    with:
      runner: "ubuntu-latest"
      timeout: 15