Skip to content

Docs for Laravel style relations (#176) #258

Docs for Laravel style relations (#176)

Docs for Laravel style relations (#176) #258

Workflow file for this run

name: Docs
on:
push:
branches:
- develop
- 1.2
- 1.1
- 1.0
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Lint files
uses: avto-dev/markdown-lint@v1
with:
args: './**/*.md'