Skip to content

Bump com.h2database:h2 from 1.4.200 to 2.2.220 #161

Bump com.h2database:h2 from 1.4.200 to 2.2.220

Bump com.h2database:h2 from 1.4.200 to 2.2.220 #161

Workflow file for this run

---
name: Validate Yaml and Markdown
# Triggers the workflow on push or pull request events
on: [push, pull_request]
jobs:
test-redoc:
runs-on: ubuntu-latest
name: Lint documentation
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint all md files
uses: nosborn/[email protected]
with:
files: .
- name: Lint yaml files
uses: ibiqlik/action-yamllint@v3