Skip to content

update to use curl to work in the ci image #93

update to use curl to work in the ci image

update to use curl to work in the ci image #93

Workflow file for this run

name: FMScoupler linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run linter
uses: NOAA-GFDL/simple_lint@v2