Skip to content

Feature/block fetch scrollable support #401

Feature/block fetch scrollable support

Feature/block fetch scrollable support #401

Workflow file for this run

---
# GHA workflow to check well-formedness of sources, docs and auxiliary files
name: "Lint"
on:
push:
branches:
- main
pull_request:
jobs:
# source code format checked before builds by ci-{linux,windows}.yml
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: avto-dev/markdown-lint@v1
with:
args: '**/*.md'
- uses: docker://oskarstark/doctor-rst
with:
args: --short --error-format=github
env:
DOCS_DIR: 'doc/'
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
vagrant:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- run: vagrant version
- run: vagrant validate