Skip to content

Merge pull request #38 from elastic/fix-test-start-date #119

Merge pull request #38 from elastic/fix-test-start-date

Merge pull request #38 from elastic/fix-test-start-date #119

Workflow file for this run

---
on: push # yamllint disable-line rule:truthy
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint --format github tests/