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