Skip to content

chore(behat): make phpstan & behat tests working #97

chore(behat): make phpstan & behat tests working

chore(behat): make phpstan & behat tests working #97

Workflow file for this run

name: Lint docs
on:
push:
paths: &paths
- .github/workflows/lint-docs.yml
- docs/**
pull_request:
paths: *paths
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint-docs:
name: Lint Documentation
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v3
- name: DOCtor-RST
uses: docker://oskarstark/doctor-rst
with:
args: --short --error-format=github
env:
DOCS_DIR: 'docs/'