From 373814b7797596fce1729cd7276fc4d6ee3aab75 Mon Sep 17 00:00:00 2001 From: rem1776 Date: Thu, 18 Feb 2021 13:59:35 -0500 Subject: [PATCH] Add linter --- .github/workflows/lint.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 00000000..c186dc1e --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,12 @@ +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