Skip to content

Add GeoMesa Accumulo community module #43

Add GeoMesa Accumulo community module

Add GeoMesa Accumulo community module #43

Workflow file for this run

name: CI tasks
on:
pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- name: Check out modules
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install yamllint
run: pip install --force-reinstall -v "yamllint==1.35.1"
- name: List YAML files
run: yamllint --list-files .
- name: Lint YAML files
run: find . -name 'index.md' | xargs yamllint --no-warnings -d .yamllint