Skip to content

v3.007-dev-new -> v3.008-dev-new merge. Contains fixes to ItemsHistory. PR is not yet ready for merge. #3613

v3.007-dev-new -> v3.008-dev-new merge. Contains fixes to ItemsHistory. PR is not yet ready for merge.

v3.007-dev-new -> v3.008-dev-new merge. Contains fixes to ItemsHistory. PR is not yet ready for merge. #3613

Workflow file for this run

# yamllint disable rule:line-length
---
name: Lint
# yamllint disable rule:truthy
on:
- pull_request
- push
jobs:
YAML:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: YAML check (yamllint)
uses: ibiqlik/action-yamllint@master
with:
strict: true