Skip to content

test run erddap-checks #66

test run erddap-checks

test run erddap-checks #66

name: Test datasets.xml and linter
on:
pull_request:
branches:
- master
- development
paths:
- datasets.d/**
- views/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
VALIDATE_XML: true
VALIDATE_SQL: true
VALIDATE_SHELL_SHFMT: true
LOG_LEVEL: WARN
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run erddap-checks
uses: hakaiinstitute/erddap-checks