Skip to content

gdal lib added

gdal lib added #13

name: Markdown Lint
on: [push]
jobs:
mdlint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Markdown lint
uses: nosborn/[email protected]
with:
files: .
config_file: .markdownlint.yaml
ignore_files: README.md