Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 487 Bytes

File metadata and controls

24 lines (18 loc) · 487 Bytes

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